Skip to content

The project is basically a game ,developed using x86 assembly language, in which the player has to pop all the balloons coming out of the bottom of the screen, in the given time.

Notifications You must be signed in to change notification settings

Huzaifa201017/Balloon-Pop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Balloon Pop Game

This game is developed using x86 assembly language . The idea behind the game is that you will be shown an upward moving cluster of baloons(not exactly in the form of balloon , infact a square form) and you have to pop them as much as possible , by pressing the alphabet key from the keyboard , as shown on them.

Instructions to run this program

  • Install DOSBOX for your operating system
  • Mount your folder where this file(new.asm) is placed on C drive or any drive you want.
  • Run this file using the following commands:
    nasm new.asm -o new
    new

About

The project is basically a game ,developed using x86 assembly language, in which the player has to pop all the balloons coming out of the bottom of the screen, in the given time.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published