Skip to content

Jesulayomy/tic-tac-toe-C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic Tac Toe game with c

GitHub top language GitHub code size in bytes

Tic-Tac-Toe Game

the board printer

Compiling

Compile the file locally for your machine

$- gcc tictactoe.c -o tictactoegame

Running

Run the file from the terminal

$- ./tictactoegame
I can't stop

sleepless

Operation

  • Start the program by... running it starting lines
  • The first player is always o, will I change it, probably not (you could play rock paper scissors here to find out who goes first)
  • Enter the coresponding cell to input your symbol at that location

inprogress

  • The program will alert you if you try to overwrite an existing cell

occupe

Have fun for like 3mins

sippp

Undocumented features

  • Sending a character input to the program results in an infinite loop (don't do it (or do)) push

Built with

Micoliser

License

MIT License