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
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:
- Look for the tab Project Explorer and make a right click in the project's name DoubleWings
- Now click in the last option in the menu. Properties
- Go to Java Build Path and click in the tab Libraries
- Click in jplay.jar and after that, click in Apply and Close
- Now you probably should run the game without any issues.