A simple Tic Tac Toe (also known as Jogo da Velha on my country)
cmake
gnu compiler (gcc)
terminal which supports ansi escapes.
- Implement a CLI playable interface - Done
- Possibility to play it online (why not? :P)
- Implement an OpenGl playable interface
- Implement a Vulkan playable interface
Construct an easier to work around class objectsKind of hard...