Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 1.86 KB

README.md

File metadata and controls

42 lines (25 loc) · 1.86 KB

SpaceShooter - Double Wings: GammaDust

Maintainability Test Coverage

Técnicas de Programação 2/2018

This project aims to apply good programming practices, defensive programming, error handling and code debugging in this game, wich was developed in Java. All original documentation of this game, you can find in this link

How to install the game

First of all, It is necessary JAVA 8 installed on the system. If you dont't have. Take these steps:

Step 1. Open the terminal (use CTRL+ALT+T)

Step 2. Add Java repository:

$ sudo add-apt-repository ppa:webupd8team/java

Step 3. Update the package list

$ sudo apt-get update

Step 4. Install Oracle Java 8

$ sudo apt-get install oracle-java8-installer

Step 5. If you don't have Eclipse installed. You can take it from here

Step 6. Install Eclipse. You can use this tutorial to install

Step 7. Open Eclipse. Import this project cloning the repository's URL

Step 8. That is it! Enjoy!

Note

If you have problem to launch the game. Try these:

  1. Look for the tab Project Explorer and make a right click in the project's name DoubleWings
  2. Now click in the last option in the menu. Properties
  3. Go to Java Build Path and click in the tab Libraries
  4. Click in jplay.jar and after that, click in Apply and Close
  5. Now you probably should run the game without any issues.