0.1.0 • Published 3 years ago
@mattsmithcode/noughts-and-crosses v0.1.0
noughts-and-crosses
A Node.js + TypeScript implementation of Noughts and Crosses.
Running
Install package dependencies and build the application using npm or yarn:
npm install
npm run buildor
yarn install
yarn buildRun the application using:
npm startor
yarn startAlternatively, the application can be built and run in one step by running:
npm run build:runor
yarn build:runUsage
Pick the number of the cell you want to play, the game will make its counter-move and play continues.
Known Issues
- There is currently no draw detection. If a game ends in a draw, the process will remain running
Licence
0.1.0
3 years ago