- Free puzzle game in Steam.
- Play it (just a few hours).
Some rules are missing. This solver outputs invalid solutions for some tricky stages other than in-game stages.
Let me know if you find missing rules. :)
pip install pycosat
python helltaker_solver.py example/stage01.txt
pytest helltaker_solver_tests.py
See CellType
class
{
'.': cls.EMPTY,
'*': cls.STONE,
'$': cls.STONE_SPIKE,
'E': cls.ENEMY,
'W': cls.WALL,
'K': cls.KEY,
'L': cls.LOCK,
'G': cls.GOAL,
'S': cls.START,
'|': cls.SPIKE,
'A': cls.SPIKE_TOGGLE_ACTIVE,
'_': cls.SPIKE_TOGGLE_INACTIVE,
'2': cls.STONE_SPIKE_TOGGLE_INACTIVE,
}
- Introduction Video in NicoNico (Jp)
- TODO add link here