Loading repository data…
Loading repository data…
tecprog-fga / repository
Repositório dedicado a aplicar o conteúdo ministrado na disciplina de Técnicas de Programação do 2º período de 2018 em uma aplicação game.
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: