Skip to content

Reynaldev/Impossible-TicTacToe

Repository files navigation

Impossible TicTacToe

A simple TicTacToe game from my previous TicTacToe game but with GUI (I used SFML to create it).

How to play

  • LMB put a symbol
  • R reset the cells

Compiling the Source Code

Visual Studio

This project is using the 32-bit of SFML library. So you may need to set the platform to Win32. This project also tested on Visual Studio 2022

Linux

Just run make install to compile the source. (Tested on 64-bit linux)

Running in linux

Make sure to cd (directory-to-game-path) before running the game