This repository contains Python code to study the hidden rules of Dungleon.
As official emojis: :bow_and_arrow: :bat: :moneybag: :yellow_circle: :dragon_face: :frog: :japanese_goblin: :crown: 🧙♀️ :imp: :japanese_ogre: :skull: :spider: :bust_in_silhouette: 🤡 :trophy: :man_farmer: :person_fencing: 🧙♂️ :zombie:
- Install the latest version of Python 3.X.
- Install the required packages:
pip install -r requirements.txt
To analyze patterns in solutions, run dungleon.ipynb
- To download puzzles solutions for previous days, run:
python download_puzzle_solutions.py
- To parse puzzles solutions with template matching, run:
python parse_puzzle_solutions.py
After this step, you should have generated a file identical to data/solutions.md
.
- The official website
- An archive of solutions
- Rules found by the community of players
- A study of the best starter guesses