Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 257 Bytes

readme.md

File metadata and controls

33 lines (22 loc) · 257 Bytes

Tic Tac Toe

screenshot_1

Clone

$ git clone git@github.com:brandon-wallace/tic_tac_toe.git

$ cd tic_tac_toe/

Compile

$ make clean
$ make

Run

$ ./main

Debug

$ make debug