This is a game written in jack language for nand2tetris course. You try to escape from the maze by reaching to circle. In the Jack language there is no random function, I used Linear congruential generator to create RNG. First key user pressed is used as the seed for the RNG. Maze creation algorithm is Recursive Backtracking which is described at https://weblog.jamisbuck.org/2010/12/27/maze-generation-recursive-backtracking
-
Notifications
You must be signed in to change notification settings - Fork 0
hbusul/MazeEscaper
About
A simple game written in Jack language for Nand2tetris course
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published