Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 543 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 543 Bytes

MazeEscaper

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

scrrenshot