Skip to content

OmerAli277/Brick-BreakerX86

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Brick-BreakerX86

Description

Brick Breaker is a simple game, which we all used to play in our childhood. It is build in assembly language based on x86 architecture. Every functionality is divided into subroutines for further modifications and to make code understandable.

Environment

Assembler:       NASM
DOSBox x86 emulator

Create executable

nasm game.asm -o game.com

Run executable

game.com

ScreenShots

Menu

alt text

GamePlay

alt text alt text

GameEnd

alt text

Releases

No releases published

Packages

No packages published