an assembly program that mimics the game Doodle Jump. The project is demonstrated as following:
Game Control:
- type "s" to initial the game
- choose difficulties by type 1 or 2 or 3 and end then end with another "s" to start the game
- use keyboard "j", "k" to control the movement of Doodle
Features:
- choose difficulties. There are three levels of difficulties and higher the level, short the stairs and lower each jump
- stairs are randomly regenerated
- screen boundaries are infinitely wrapping around
Game termination condition
- when the green doodle hits the bottom of the screen, the game ends.