Atari Breakout made from scratch in x86 assembly
To download the source files type the following command in terminal:
git clone --detph 1 https://github.com/Flodur871/Atari-Breakout
Afterwards you should have a folder Atari-Breakout/src somewhere in your pc, extract TASM.rar bin folder content in it.
To get there in dosbox terminal type the following commands:
mount <disk> <disk>:/
cd <path>/Atari-Breakout/src
Finally compile the project using tasm and tlink with these commands:
tasm break.asm
tlink break.asm
Command | Keybind |
---|---|
Move Right | A |
Move Left | D |
Restart/Change bricks colors | Space |
Pause | Escape |