A project to create the best Everdell playing AI to ever be
This project currently consists of two parts:
- everdell-simulator [WIP] - a python simulator for the Everdell boardgame that is computer playable
- everdell-solver [WIP] - a place to write your own Everdell solving agent and to test its performance
- Install pygame and other required packages with conda
- Launch Game.py
See docs for the Everdell rules and other game information useful in desigining an Everdell solving program.