Skip to content

tommaso-ascani/OOP23-1010

Repository files navigation

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.

Features

  • Sound control
  • Language selection
  • Grid size selection
  • Theme shop
  • Game saving
  • Game resume
  • Best score

Usage

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

Screenshots

HomeView GameView SettingsView ShopView

Authors

  • Tommaso Ascani
  • Andrea Borgiani

License

MIT

About

Unibo OOP project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages