Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 766 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 766 Bytes

Gravity Box

A minimalist 2D puzzle platformer, made for Game Maker's Toolkit Jam 2018 in 48 hours, where it took place #152/1049. You can play it here.

Getting started

Running the game

Windows: gradlew desktop:run
Linux: ./gradlew desktop:run

Built with

  • Java - The language used
  • libGDX - The game framework used
  • Box2D - 2D physics library

License

This project is licensed under the GNU General Public License v3.0 License - see the LICENSE file for details.