SPACE is a retro game developed in Assembly on the ICMC Processor Simulator
The game has two game modes: a singleplayer mode and a local multiplayer mode (still in development)
- In this mode the player needs to survive several hordes of aliens
- Your spaceship starts with 12 bullets and can fire up to three shots at a time
- Each horde is composed of 4 different aliens, a new horde starts when the 4 aliens die
- Each alien has its own movement and, in addition, they will try to dodge the shots
- For each horde the spaceship will receive 8 more ammunition
- After horde 10, aliens will get faster
- After 20 horde, the spaceship will only receive 6 bullets per horde
- After horde 30, the spaceship will only receive 5 bullets per horde
- ...
- In this mode, player 1 moves a spaceship and player 2 moves an alien
- Under development...
- Download the simulator for windows that is in the folder
./Simulator-Windows
or click on DOWNLOAD - Extract the folder on your computer
- Enter the folder
../Simulator-Windows/Sublime Text 3
- Run the sublime: "sublime_text.exe"
- If it asks, DON'T UPDATE!
- Go to File - Open File and go back one folder to
../Simulator-Windows
- Open the file "spaceWIN.asm"
- Start the Simulator with the key
F7
- When the Simulator opens, press the key
home
to start the game - Have a good game :)
- Download the simulator for windows that is in the folder
./Simulator-Linux
or click on DOWNLOAD - Extract the folder on your computer
- Follow the file tutorial "Dicas_de_como_fazer_tudo.txt"
- Have a good game :)