Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 287 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 287 Bytes

Noughts and crosses C

A simple and easy to use noughts and crosses game built with C

  • All plays are coordinate based a X, Y coordinates must be specified.
  • You can play on either side the computer will take the side your not playing on.
  • Stats are incremented after every game.