Skip to content

Play Tic Tac Toe against a computer or your friends. Features three levels of difficulty for the casual and intense players.

Notifications You must be signed in to change notification settings

AdsGames/TicTacToe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic Tac Toe

Tic Tac Toe game with somewhat smart, but basic, AI.

Getting started

Windows (MSYS2)

Install Libraries

https://www.allegro.cc/files/?v=4.4

Build

cmake -G "MSYS Makefiles" .
make

Mac OS

Install Libraries

https://github.com/msikma/liballeg.4.4.2-osx

Build

cmake -G "Unix Makefiles" .
make

Linux

Install Libraries

sudo apt-get install liballegro4-dev libloadpng4-dev

Build

cmake -G "Unix Makefiles" .
make

About

Play Tic Tac Toe against a computer or your friends. Features three levels of difficulty for the casual and intense players.

Topics

Resources

Stars

Watchers

Forks