Skip to content
forked from Xifiggam/QuickGDX

Based on the now deleted GDX Skeleton. This is a sample Project to quickly build new libgdx games.

Notifications You must be signed in to change notification settings

zelle7/QuickGDX

 
 

Repository files navigation

QuickGDX

Based on the now deleted GDX Skeleton. This is a sample Project to quickly build new libgdx games.

Basic functionality

  • 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

Basic Setup

Clone the repo, add your code changes, build with gradle. Also look at https://github.com/libgdx/libgdx for further setup information.

IntelliJ Idea Setup

Look at https://github.com/libgdx/libgdx/wiki/Gradle-and-Intellij-IDEA

About

Based on the now deleted GDX Skeleton. This is a sample Project to quickly build new libgdx games.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 93.9%
  • HTML 3.5%
  • CSS 2.5%
  • JavaScript 0.1%