Skip to content

Tetris implementation in Jack, as part of the Nand to Tetris courses

License

Notifications You must be signed in to change notification settings

made42/jacktris

Repository files navigation

Jacktris

Tetris implementation in the Jack programming language. Project 9 from the Nand to Tetris Part II course.

Usage

Use the Jack compiler to compile the jacktris folder. The compiler will translate all the .jack classes found in the given folder into corresponding .vm files. To test the program, load the jacktris folder into the supplied VM emulator. Then run and test the program.