Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 612 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 612 Bytes

C-Veia

A simple Tic Tac Toe (also known as Jogo da Velha on my country)

Gameplay

alt text

Customization

alt text

Pre-Requisites

cmake
gnu compiler (gcc)
terminal which supports ansi escapes.

TODO

  • 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 objects Kind of hard...