terminaltactoe
v1.9.5
Published
## instructions You need to have nodejs installed on your system. <u>**<a href="https://kinsta.com/blog/how-to-install-node-js/" target="_blank">Here</a>**</u> is a link for how to install node.js on your system. If you had node.js installed, you can star
Downloads
7
Readme
terminalTacToe
instructions
You need to have nodejs installed on your system. Here is a link for how to install node.js on your system. If you had node.js installed, you can start the game with
$ npx terminaltactoe
game-play instructions
"terminalTacToe" is a 2 player tictactoe game for the terminal. Player 1 is always "X" and player 2 is always "O". You can fill in the game field with the numpad of your keyboard. Each number reflects a field on the board. For example, 9 is at the top right and 1 is at the bottom left.
See the example:
At the end of the game you can choose to view the game statistics (in a short or a detailed view) and play another round or quit the game.
Have fun playing :D