Skip to content

louisgeisler/Board_Games_Engine_TicTacToe_and_ConnectFour

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License: MIT

Board Games Engine: Tic-Tac-Toe, Connect-Four

License: MIT Code style: black

Board Game Engine regroups games such as Tic-Tac-Toe and Connect-Four. It implements AI to play with (Min-Max, MonteCarlo, and random moves). Its project is before all a pedagogical project to show the best practices to adopte when coding.

Feel free to update and fork the project :-)

Installation

Authors

  • Louis Geisler (Main Developer)
  • Emile Duquennoy (Co-developer)