Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 472 Bytes

File metadata and controls

10 lines (9 loc) · 472 Bytes

DuckRunner

Android runner game - java / libgdx student game project
A simple game using LibGDX, Box2D and Scene2D features to provide a flexible runner engine.

Setup

  • Install Android SDK and link it to your IDE. (This project uses API 20)
  • Import using Gradle
  • Set your Run Configuration to work in android/assets folder (so we only have to store data once)
  • Make sure (again) that your IDE is linked to Android SDK !
  • Launch using Desktop Launcher