Skip to content

nav1s/Atari-Breakout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Atari-Breakout

Getting started

Dependencies

  • 8086 16bit Emulator (Dosbox)
  • A compiler with 16bit support (Tasm)

Building from source

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

Playing the game

  1. Change your current directory to Atari-Breakout/src as instructed in the building from source section.
  2. Run break.exe
Command Keybind
Move Right A
Move Left D
Restart/Change bricks colors Space
Pause Escape

About

Atari Breakout made from scratch in x86 assembly

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published