This is the final group project of "Introduction to Computer, Fall 2019". This game was inspired by "Cat Mario", which is a trolling version of Mario. The exit you see may not be real. The invisible traps on the way out may kill you, even the scene may kill you. Can you exit unscratched?
- Download Java.
- Download Nand2tetris Software Suite.
- Download this repository to your computer.
- Run nand2tetris/tools/VMEmulator.sh (or .bat if you're using Windows).
- In the VMEmulator, click "Load Program".
- Select the exit/vm/ repository.
- Set "Animate" to "No animation".
- Click "Run".
- Enjoy the game!
If the game is not working properly, you can compile the game on your own.
-
Compile the code repository with Nand2tetris JackCompiler.
$ ./nand2tetris/tools/JackCompiler.sh exit/code
-
Replace all the vm files in exit/vm with the new ones.
-
Run the game as aboves.