Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 291 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 291 Bytes

tic-tac-toe

A project just to improve my programming skills.

This version adds a GUI for the game. Thanks to Raylib 5.0

Requirements

  • CMake version > 3.6

How to compile

$ mkdir build
$ cmake -S . -B build/
$ cmake --build build/