Skip to content

staszczuk/tic-tac-toe-minimax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tic-tac-toe-minimax

This project implements tic-tac-toe game where a player can play against an AI powered by the Minimax algorithm.

How to run

Clone the repository and go to the tic-tac-toe-minimax directory:

cd tic-tac-toe-minimax

Create a build directory:

mkdir build

Go to the build directory:

cd build

Generate CMake files:

cmake ..

Build the project:

cmake --build .

Run the project:

./tic-tac-toe

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors