Skip to content

dima42/hanabot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

to run simulation:

python play.py 2 2 10000

to play with computer:

python play.py 0 2 1

current stats:

BasicPlayer and BasicPlayer: 18.1 +/- 2.6 pts

CardStatePlayer and CardStatePlayer: 20.7 +/- 2.5 pts

to write a new player:

  • add new class to players.py overloading Player
  • overload get_move() with your strategy logic
  • modify simulator.py play() call to use your players

About

hanabi ai sandbox

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages