Skip to content

Latest commit

 

History

History
45 lines (25 loc) · 1.88 KB

README.md

File metadata and controls

45 lines (25 loc) · 1.88 KB

Beyond-Mars

Description

Beyond Mars is a space survival arcade game similar to Space Invaders. Players pilot a spaceship, shoot asteroids to avoid colisions and aim for the highest survival time while managing the spaceship's energy.

Gameplay Video

projetoiac-2024-02-01_19.03.07.mp4

Gameplay Screenshots

image

image

image

image

image

image

Configuration

  • Make sure you have Java installed on your machine. You can download the latest version of Java from the official website.

Open a terminal on the project's directory and type the following command to execute the assembly simulator:

java -jar simulador-1-5-2023.jar

Once the simulator is open, load the circuit file (projeto36.cir) and the source code (projeto36.asm). Both files are in the src directory.

In the assembly simulator application:

  • Open the Media Center component on the circuit to view the display.
  • Open the Keyboard component on the circuit to view the keyboard.
  • Open the Energy Display component on the circuit to view the spaceship's energy levels.

Finally, under the Simulation tab, press play.

If you followed these steps accordingly your game should be up and running!