Skip to content

This is a simple implementation of Minimax algorithm for Dots And Boxes gameplay

Notifications You must be signed in to change notification settings

Oliversinn/dotsAndBoxesAI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotsAndBoxesAI

This is a simple implementation of Minimax algorithm for Dots And Boxes gameplay

Installation

Use the package manager pip to install all dependencies.

pip3 install -r requirements.txt

Usage

python3 totito_client.py -i [ip addres] -p [port] -t [tournament id] -u [username]

Usage example

python3 totito_client.py -i localhost -p 4000 -t 1234 -u Oliversinn

About

This is a simple implementation of Minimax algorithm for Dots And Boxes gameplay

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages