ncolletti / tic-tac-toe

A simple tic-tac-toe cli game.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tic Tac Toe

Bored? Need a distraction? Load up some tic-tac-toe on your terminal! πŸ€“

How to Run πŸƒ

git clone the repo npm install npm link tic-tac-toe [options]

To Do πŸ”¨

  • Fix draw mechanics
  • Not allow user to take a position that was already choosen
  • Build a logic based opponent for one player mode
  • Build game logic for 4x4 gird
  • Color the board and make CLI animations
  • Create a json based datastore or redis memstore for all time stats You've lost x amount of times as "X" etc ... You've won x % when going second ...

About

A simple tic-tac-toe cli game.


Languages

Language:JavaScript 100.0%