Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 261 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 261 Bytes

tictactoe_inC

A TicTacToe Game written in Pure C. Below are Logs of Updates.

30 November 2022

Done

  • Added the first version of the game (Alpha)
  • Out of Moves Checker
  • Win Checker
  • Basic I/O
  • Illegal Move Checker

Awaiting