CongestedMaze by HendrikBoom3
This is a maze game where the maze changes while you are running it. Your space to maneuver gradually dwindles.
It is written in the programming language Go (on Google, search for golang to find it. Go is really too common a name for a Google search) It has been tested on a Linux system. It uses SDL2.
I have no Windows or Mac system to test it on, but if Go is what is purports to be, there's a good chance you'll be able to compile it on those systems once you install Go and the required libraries.
-- hendrik
| Source code | http://topoi.pooq.com/hendrik/CongestedMaze/ |
| Original URL | https://ldjam.com/events/ludum-dare/42/congestedmaze |
Ratings
| Given | 0🗳️ | 0🗨️ |
So here I am, with no toolset, no experience, and several hours already gone.
Idea: you have to run a maze to get from one side of the square to the other. The maze starts out with no walls.
But walls appear at random every time you make a step.