https://github.com/woctezuma/dungleon
A study of the hidden rules of Dungleon.
https://github.com/woctezuma/dungleon
dungleon dungleon-game wordle wordle-game
Last synced: 2 months ago
JSON representation
A study of the hidden rules of Dungleon.
- Host: GitHub
- URL: https://github.com/woctezuma/dungleon
- Owner: woctezuma
- License: mit
- Created: 2022-04-08T09:03:35.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-30T09:47:30.000Z (over 1 year ago)
- Last Synced: 2025-02-01T17:12:37.147Z (4 months ago)
- Topics: dungleon, dungleon-game, wordle, wordle-game
- Language: Python
- Homepage: https://www.dungleon.com/
- Size: 5.05 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dungleon
This repository contains Python code to study the hidden rules of Dungleon.
[![Dungleon][img-cover]][game]
## Characters
[![Sprites][img-sprites]][img-sprites-original]
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:## Requirements
- Install the latest version of [Python 3.X][python-download].
- Install the required packages:```bash
pip install -r requirements.txt
```## Usage
### Analyze patterns in solutions
To analyze patterns in solutions, run [`dungleon.ipynb`][colab-notebook]
[![Open In Colab][colab-badge]][colab-notebook]### Match image templates with solutions
1) To download puzzles solutions for previous days, run:
```bash
python download_puzzle_solutions.py
```2) To parse puzzles solutions with template matching, run:
```bash
python parse_puzzle_solutions.py
```After this step, you should have generated a file identical to [`data/solutions.md`][solutions-markdown].
![Template matching][template-matching]
## References
- The [official website][game]
- An [archive of solutions][solutions]
- [Rules][wiki-rules] found by the community of players
- A study of [the best starter guesses][dungleon-starter-guesses][python-download]:
[game]:
[solutions]:
[img-cover]:
[img-sprites]:
[img-sprites-original]:
[template-matching]:
[solutions-markdown]:
[wiki-rules]:
[dungleon-starter-guesses]:
[colab-notebook]:
[colab-badge]: