This is a clone of the famous game "Angry Birds" made as a project in the Advanced Programming Course. The game was entirely coded in Java and tested with junit. Most of the assessts were handrawn by Shaman. The game was developed using the libgdx library.
The.final.mp4
- Clone the repository
- Locate the project folder
- Run the following command in the terminal
./gradlew lwjgl3:run
- Enjoy the game!
- the game contains a main menu with 3 options: Play, Settings, Exit
- The play button takes you to the level selector where you can choose the level you want to play (for now there is just one level and you have to click the portal to enter the level)
- The settings button takes you to the settings menu where you can change the volume of the game
- The exit button closes the game
- Inside the game there are two buttons on the top left, one green and one red. The green button takes you to the win screen and the red button takes you to the lose screen
- There is also a pause button inside the level screen that pauses the game and takes you to the pause menu where you can resume the game, go to the main menu or save the game.
- libgdx library
- junit
- gradle