Skip to content

A simple game written in Jack language for Nand2tetris course

Notifications You must be signed in to change notification settings

hbusul/MazeEscaper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple game written in Jack language for Nand2tetris course

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published