Skip to content

a simple version of doodle jump for microprocessor's mini-project

Notifications You must be signed in to change notification settings

shahrzadJavadiKoushesh/Doodle-Jump

Repository files navigation

Doodle Jump

This repository is for microprocessor's mini-project. It is a simplified version of doodle jump. You can play it online here.

Installation

First, you need to download DosBox and 8086 assembler. In order to run the program:

masm /a test.asm
link test
test

In this game, there are two enemies which are red and the player loses 2 points if the ball is collided with them. The location of the paddle changes every time the ball is collided with it randomly. If the ball reaches the ground, the game is over immediately.

About

a simple version of doodle jump for microprocessor's mini-project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published