๐Ÿ“ฆ ShaneK / cli-tac-toe

The start of a tic-tac-toe game I made

โ˜… 0 stars โ‘‚ 0 forks ๐Ÿ‘ 0 watching
๐Ÿ“ฅ Clone https://github.com/ShaneK/cli-tac-toe.git
HTTPS git clone https://github.com/ShaneK/cli-tac-toe.git
SSH git clone git@github.com:ShaneK/cli-tac-toe.git
CLI gh repo clone ShaneK/cli-tac-toe
ShaneK ShaneK Added support for drawn state e39d878 4 years ago ๐Ÿ“ History
๐Ÿ“‚ main View all commits โ†’
๐Ÿ“ src
๐Ÿ“„ .editorconfig
๐Ÿ“„ .eslintrc.json
๐Ÿ“„ .gitignore
๐Ÿ“„ index.ts
๐Ÿ“„ package-lock.json
๐Ÿ“„ package.json
๐Ÿ“„ README.md
๐Ÿ“„ tsconfig.json
๐Ÿ“„ README.md

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