Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 808 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 808 Bytes

Doodle-Jump

an assembly program that mimics the game Doodle Jump. The project is demonstrated as following:

caption

Game Control:

  1. type "s" to initial the game
  2. choose difficulties by type 1 or 2 or 3 and end then end with another "s" to start the game
  3. use keyboard "j", "k" to control the movement of Doodle

Features:

  1. choose difficulties. There are three levels of difficulties and higher the level, short the stairs and lower each jump
  2. stairs are randomly regenerated
  3. screen boundaries are infinitely wrapping around

Game termination condition

  1. when the green doodle hits the bottom of the screen, the game ends.