This repo contains a simplified digital version of King of Tokyo. Just implement the two functions in dummy_agent.py to play! Is it easy to play perfectly? I have no idea, let's find out! To play 100 games between the two example agents just run:
python game.py random_agent angry_agent
King of Tokyo is a pretty simple board game, the rules are in the rulebook.pdf. This digital version is even simpler than the real-world version. There are no power cards, all games are played 1v1, and since there are no energy crystals to buy power cards the die are 5-sided.