Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 229 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 229 Bytes

Tic-Tac-Toe

Tic tac toe C++ implementation.

demo

Usage

make test

TODO

  • Board Class creation
  • Player Class creation
  • Game Class creation
  • Automate rounds