https://github.com/whysobad/tic-tac-tui
An user interface for playing tic-tac-toe in the terminal
https://github.com/whysobad/tic-tac-tui
cmake cpp tic-tac-toe tui
Last synced: 9 months ago
JSON representation
An user interface for playing tic-tac-toe in the terminal
- Host: GitHub
- URL: https://github.com/whysobad/tic-tac-tui
- Owner: WhySoBad
- Created: 2022-05-31T19:52:34.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-05T20:21:25.000Z (almost 4 years ago)
- Last Synced: 2025-06-23T09:48:55.281Z (12 months ago)
- Topics: cmake, cpp, tic-tac-toe, tui
- Language: C++
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tic-tac-tui
```
┏━0━━━━━┳━1━━━━━┳━2━━━━━┓ > Play tic-tac-toe in the terminal
┃ ***** ┃ ##### ┃ ##### ┃ regardless whether you're on linux or windows
┃ * * ┃ ##### ┃ ##### ┃
┃ ***** ┃ ##### ┃ ##### ┃ > Play tic-tac-toe in a singleplayer
┣━3━━━━━╋━4━━━━━╋━5━━━━━┫ mode against a bot
┃ ***** ┃ ┃ ##### ┃
┃ * * ┃ ┃ ##### ┃ > Play tic-tac-toe in a local
┃ ***** ┃ ┃ ##### ┃ multiplayer mode against your friend
┣━6━━━━━╋━7━━━━━╋━8━━━━━┫
┃ ***** ┃ ##### ┃ ┃ > Created from scratch with zero
┃ * * ┃ ##### ┃ ┃ dependencies
┃ ***** ┃ ##### ┃ ┃
┗━━━━━━━┻━━━━━━━┻━━━━━━━┛
```