Based on the now deleted GDX Skeleton. This is a sample Project to quickly build new libgdx games.
- The project gives you 4 simple screens (menu, game, credits, loading).
- It gives you a simple tiles (tmx files) loading meachanism
- It provides you simple collision detection
- It implements a simple hud which can be extended
- It implements a simple state mechanism which can be used inside your game logic
Clone the repo, add your code changes, build with gradle. Also look at https://github.com/libgdx/libgdx for further setup information.
Look at https://github.com/libgdx/libgdx/wiki/Gradle-and-Intellij-IDEA