aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 44f95da49f0d3b8f2d8a57255005246e37dddff2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Tic Tac Toe
---

Like the name says. It is a little Tic Tac Toe game you can play in your
terminal via node.js

Just clone the repo, go in its directory and type:
```bash
npm run start
// or
node index.js
```

Enjoy :)