terminaltactoe

1.9.5 • Public • Published

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:

7 8 9
4 5 6
1 2 3

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

dependencies

Dependency Description Version
prompt-sync A sync prompt for node. very simple. no C++ bindings and no bash scripts. 4.2.0

Readme

Keywords

none

Package Sidebar

Install

npm i terminaltactoe

Weekly Downloads

1

Version

1.9.5

License

AGPL-version-3.0

Unpacked Size

24 kB

Total Files

9

Last publish

Collaborators

  • breffjaun