An open API service indexing awesome lists of open source software.

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

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
┃ ***** ┃ ##### ┃ ┃
┗━━━━━━━┻━━━━━━━┻━━━━━━━┛
```