Enjoy the great dice game Bluff with quite stupid bots.
- Lua 5.3 (or Docker)
`lua game.lua``
docker build -t bluff-ai .
docker run bluff-ai
If you would like to implement new strategy see the lib/strategies/idiot.lua for reference. Then implement new strategy and register it ad lib/strategies.lua to get it running.