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`
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`