wadiim / ttt

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:C 97.4%Language:CMake 2.6%