Skip to content

woctezuma/dungleon

Repository files navigation

Dungleon

This repository contains Python code to study the hidden rules of Dungleon.

Dungleon

Characters

Sprites

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.
  • Install the required packages:
pip install -r requirements.txt

Usage

Analyze patterns in solutions

To analyze patterns in solutions, run dungleon.ipynb Open In Colab

Match image templates with solutions

  1. To download puzzles solutions for previous days, run:
python download_puzzle_solutions.py 
  1. 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.

Template matching

References