Follow narimiran
Follow
Following narimiran
Following
Add To Collection
Collection
Comments
Devlog
Submission to Improve My Game Jam 33
Submission to Spring Lisp Game Jam 2024
Submission to One Game a Month #35
Submission to Minigame a Month - MAY 2024
aMAZE
←
Return to aMAZE
Devlog
Better wall-generating algorithm
June 03, 2024
by
narimiran
v1 algorithm The main complaint about v1 of aMaze was that the wall generation was too random and the mazes didn't look like real mazes. For example: v2 algorithm For v2, I implemented the "real" wall...
Continue reading
Improving controls
June 01, 2024
by
narimiran
The controls problem Several players have mentioned problems with controls. Sometimes a key press was not registered. Handling of multiple keys pressed at the same time was handled poorly — game wou...
Continue reading
Road to aMaze v2
May 31, 2024
by
narimiran
aMaze v1 aMaze was initially developed for Spring Lisp Game Jam 2024 . The premise is that a player is in control how hard a maze is, before trying to solve it. The walls are randomly generated, and s...
Continue reading