Skip to content

rimma-kubanova/tictactoe_game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tictactoe_game

To start the game first download SFML library

General info

Screenshot 2023-09-25 at 20 32 29 Screenshot 2023-09-25 at 20 55 10 Screenshot 2023-09-25 at 20 55 14

Tic-Tac-Toe Game with AI as an opponent. Written in C++, used minimax algorithm for AI, SFML library for Graphics

Technologies

Project is created with:

  • SFML version: 2.6.0
  • C++ version: 17

Setup

To run this project, first install SFML library:

$brew install sfml

Then run the project in main package using the following code:

$ make
$ bin/main

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages