๐Ÿ“ฆ ShaneK / cli-tac-toe

๐Ÿ“„ README.md ยท 10 lines
1
2
3
4
5
6
7
8
9
10## CLI Tic-Tac-Toe
This is a command-line based tic-tac-toe game built in TypeScript.

### Running the game:
First install the required packages:  
`npm install`

Then run the game  
`npm start`