Skip to content

A thirilling game based on Hack system using Jack language.

License

Notifications You must be signed in to change notification settings

yingtu35/Dont-Touch-The-Wall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

game_menu

Don't Touch the Wall

Game Description

Don't Touch the Wall is a game project of a Nand2Tetris course.

How to run the game

  1. Go to Nand2Tetris website, select Software section, and download the "Nand2Tetris Software Suite". (Link: https://www.nand2tetris.org/)
  2. Download the files from vm code to a single directory.
  3. Open the VMEmulator from the "Nand2Tetris Software Suite"
  4. Load the whole vm code folder into the program
  5. Switch 'Program flow' to 'No Animation' and click run to execute the program.

How to Play

Don't Touch the Wall has 3 levels. In each level, the goal is to go from the starting position and reach the end of the map. As you are playing, you can use press Up, Down, Left, Right to control the player. As the name of the game suggests, if the player slightly touches the wall, it's game over, and you'll have to restart the level.

The game also has a timer shown on the side of the game. You have to get to the finish before time runs out.

If you find it hard to pass the game, maybe you can check the source file for some hidden features to help you!

Video Demo

(https://youtu.be/7gZU4R8eAPM)

Some interesting features of the game

An easy-to-read game panel beside the map to show useful information (current level, remaining time, etc) game_info

Touching the walls show a clear message of game over.

game_over

Congratulations! Well done.

game_pass

Aknowledgements

https://github.com/N2Tstud3nt/nand2tetris-project09-Flappy-Bird (for general game ideas) https://github.com/ErikUmble/nand2tetris/tree/main/DinoAdventure (for general game ideas)

About

A thirilling game based on Hack system using Jack language.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published