Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.32 KB

README.md

File metadata and controls

23 lines (17 loc) · 1.32 KB

Gravity Box

A minimalist physics game written in Java & libGDX, made for Game Maker's Toolkit Jam 2018 in 48 hours, where it placed 152nd (out of 1038). You can play the game here.

Built with

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

Running the game

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

License

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

All assets including graphics, sounds, icons and maps are licensed under the Creative Commons BY-NC 4.0 license unless otherwise indicated.

Acknowledgments