Skip to content

CoolingJam/TicTacToe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TicTacToe bot

This is a Tic Tac Toe bot written in C++ that uses the minimax algorithmn with alpha beta pruning to figure out best moves.

How to compile

Installing compiler

Linux

  • Install g++ (ex. sudo apt install g++)

Windows

Running compiler

  • Navigate into the TicTacToe directory via the command line (by using the cd command)
  • Run g++ -o TicTacToe src/*.cpp

Todo

  • Adding choice if user wants to be X or O

About

A Tic Tac Toe bot written in C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages