Skip to content

yveskrei/space-invaders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Space Invaders

A Space Invaders game built in 16 bit assembly

Installation

  • Install DOSBox
  • Move the space_invaders.asm file into the tasm folder

Open up DOSBox and type the following commands:
Please note that "p" can be changed to any character

mount p [TASM_FOLDER_PATH]
p:  
ts  

Next, please navigate to File->Load and choose the space_invaders.asm file.
Then, head over to Run->Run and run the program.

To navigate inside of the compiler, you need to use the arrows and the 'ALT' key

Game Information

Terms

  • Sniper - The _ character on the screen. Launches a bullet to kill enemies
  • Bullet - The | character on the screen. Launched by the sniper to kill enemies
  • Enemies - The 0 characters on the screen. Need to be killed by the sniper

Instructions

  • Left arrow - Move the sniper one step to the left
  • Right arrow - Move the sniper one step to the right
  • Space key - Launch a bullet towards the enemies above. The bullet will launch from
    the sniper's current position

Screenshots

DOSBox TASMLoad TASMRun GameScreen ShootingScreen GameOver

About

A Space Invaders game built in 16 bit assembly

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors