Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 466 Bytes

File metadata and controls

20 lines (16 loc) · 466 Bytes

Playing with Magic

A game inspired by Bomberman where you play with magic!

Build

Follow the instructions for libGDX to setup your environment.

Desktop build

Run the command

./gradlew desktop:dist

to generate a runnable jar in desktop/build/libs directory

Android build

Run the command

./gradlew android:assembleDebug

to generate a debug APK in android/build/outputs/apk