Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 195 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 195 Bytes

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