ranguli / maze

a maze game in <50 LOC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

maze

a maze game in <50 LOC. some things just aren't worth putting on github

wow

use the hjkl keys to move the @ to the $. the game works with any maze you can make/generate so long as the collision detection is set to recognize the symbols (in this case *), and maze ends with a $.

to-do:

  • add a turn counter to see how efficiently you can solve it
  • add a basic maze solver AI

About

a maze game in <50 LOC


Languages

Language:Python 100.0%