LD24 codebase

Yesterday I setup a small empty libGDX project for LD24. It contains two packages:

  • com.zappedcow.util: A small util package containing a lightweight entity framework and some helpers for libGDX.
  • com.zappedcow.ld24: Basic application to start with.

You can find the sources here.