Our project is a replica of the well-known game 1010.
The goal is to score as many points as possible by placing randomly generated blocks on a grid.
- Sound control
- Language selection
- Grid size selection
- Theme shop
- Game saving
- Game resume
- Best score
To build executable .jar, run the following gradle command:
Windows
./gradlew.bat build
Linux
chmod +x gradlew
./gradlew build
After this command the .jar file is located in build/libs.
You can also run the application with gradle:
./gradlew run
- Tommaso Ascani
- Andrea Borgiani