Skip to content

mightybeast-projects/xo-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XO ⏺️

📃 Description

TicTacToe game clone. Nothing really special, except I tried to go "all in" with abstraction, testing and mocks (for learning purposes).

🔧 Developed using

C++ Raylib

🖥️ Platforms

Linux Windows

🎮 How to play

Clone this repo, pull github submodules, build with CMake and run:

$ git submodule update --recursive
$ cmake -B build -S .
$ cd build && make
$ cd src/ui && ./xo-game

About

❎ TicTacToe game.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published