Skip to content

wadiim/ttt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TTT

A terminal-based, tic-tac-toe game.

Building

cmake . -Bbuild
cmake --build build

Key bindings

Keystroke Effect
Q Quit
/ H Move left
/ J Move down
/ K Move up
/ L Move right
Enter / Spacebar Insert X

License

MIT