Running Demos - s76/libgdx GitHub Wiki
Libgdx comes with a few demos that you can play around with to get a feeling for how to do things. Note that many of these demos have been created during game jams and may not necessarily reflect best practices.
Setup your development environment, then simply clone the repositories on Github (or click on the "Download ZIP" button of a project's site) and import the project into your favorite IDE as a Gradle project.
- Cuboc - a simple platformer with a twist
- Gdx Invaders - a 3D space invaders clone
- Pax Britannica - a one button RTS game
- Super Jumper - a Doodle jump clone with programmer's art
- Vector Pinball - a Box2D-based pinball game
- The Plane that couldn't fly good - a flappy bird's clone
####You can try all these demos right in your WebGL-enabled browser! (Except IE, including IE 11)