This project is a framework for programatically playing Hanabi.
- Run tests and generate coverage report:
sbt jacoco - Run main class:
sbt run
It currently contains two AIs:
- a
SmartPlayerthat uses an unconventional strategy to cram as much information as possible into each hint - a
HumanStylePlayerthat emulates and builds on human-style Hanabi strategies