Skip to content
/ Rolit Public

Rolit board game with UI and AI with Minimax Algorithm implemented [Python 3.7]

Notifications You must be signed in to change notification settings

s-rigaud/Rolit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rolit_game Project

This project is a copy of the Rolit board game

There is three different gamemodes :

- Two players on a single computer
- One player against an 'AI' implementing the __MiniMax Algorithm__ with different levels of complexity
- Two AI playing against each other also by using the _MiniMax Algorithm_

Image of the board

Requirements :

pip install -r requirements.txt

Start the app :

python main.py

About

Rolit board game with UI and AI with Minimax Algorithm implemented [Python 3.7]

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages