Skip to content

negarhonarvar/DoodleJump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Doodle Jump Game (Assembly x86)

In This Repository I Implemented a simple version of doodle jump game with red squared-shape bugs , green broken platforms and white platfroms. The Main charachter of the game you get to play with is a white rounded ball which can be moved to left or right with j and k bottoms.

How to Run The Game

To run this game, you will need the following:

DOS Emulator (e.g., DOSBox)
Knowledge of Assembly language and the x86 processor.

Commands to run the game with DosBox

mount c "LOCATION"

c:

dir to access directory

masm /a "CODE FILE NAME"

link "FILE NAME"

write  ";" as run file to skip 3 following enters 

access to runnable file and execute it

the command to do the above is simply writing the file name

How to Play

Utilize the j and k keys on your keyboard to control the balls movement. The character automatically jumps upon landing on a platform. Your objective is to leap from one platform to another, ascending to higher levels. Be cautious not to fall off the screen or collide with obstacles. Keep an eye on the red bugs that lurk within the game! Make sure to steer clear of them as they can hinder your progress. Additionally, be cautious of green platforms, as they are broken and should be avoided.

Releases

No releases published

Packages

No packages published