A Space Invaders game built in 16 bit assembly
- 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
- 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
- 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





