Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 657 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 657 Bytes

Hanabi Bot

Build Status codecov.io

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 SmartPlayer that uses an unconventional strategy to cram as much information as possible into each hint
  • a HumanStylePlayer that emulates and builds on human-style Hanabi strategies