Skip to content

Latest commit

 

History

History
56 lines (51 loc) · 2.41 KB

README.md

File metadata and controls

56 lines (51 loc) · 2.41 KB


SPACE is a retro game developed in Assembly on the ICMC Processor Simulator

Getting Started

The game has two game modes: a singleplayer mode and a local multiplayer mode (still in development)

Singleplayer

  • 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
  • ...

Multiplayer Local

  • In this mode, player 1 moves a spaceship and player 2 moves an alien
  • Under development...

Installation

Windows

  1. Download the simulator for windows that is in the folder ./Simulator-Windows or click on DOWNLOAD
  2. Extract the folder on your computer
  3. Enter the folder ../Simulator-Windows/Sublime Text 3
  4. Run the sublime: "sublime_text.exe"
  5. If it asks, DON'T UPDATE!
  6. Go to File - Open File and go back one folder to ../Simulator-Windows
  7. Open the file "spaceWIN.asm"
  8. Start the Simulator with the key F7
  9. When the Simulator opens, press the key home to start the game
  10. Have a good game :)

Linux

  1. Download the simulator for windows that is in the folder ./Simulator-Linux or click on DOWNLOAD
  2. Extract the folder on your computer
  3. Follow the file tutorial "Dicas_de_como_fazer_tudo.txt"
  4. Have a good game :)