Skip to content

Setup project for Ludum Dare events using Java, libGDX, Ashley, Box2D

Notifications You must be signed in to change notification settings

clbstevenson/ludumdare-setup

Repository files navigation

Ludum Dare - My LibGDX Setup

To prepare for future Ludum Dare events, I created this repository of some starting code using Java and the libGDX framework.

The structure includes functionality to use:

  • Scene2D for user interface
  • Box2D for entity physics
  • Ashley for entity-component-system control

The base code includes an Assets.java file to simplify loading and using game assets such as images and sounds.

There are also some sample game files from my Ludum Dare 37 attempt. The files include some game data files, collision detection, and other basic guides for future projects.

About

Setup project for Ludum Dare events using Java, libGDX, Ashley, Box2D

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages