bitbrain / scope

A 3D space network arena shooter
GNU General Public License v2.0
1 stars 0 forks source link

scope

A 3D space network arena shooter

Features

Technology used

How to build the project

First of all you have to manually install Universal Tween Engine because it does not exist officially as Maven resource.

Desktop

Run command:

gradlew desktop:run

Build & pack command:

gradlew desktop:dist

Android

Run command:

gradlew android:installDebug android:run

Build & pack command:

gradlew android:assembleRelease

iOS

Run command:

gradlew ios:launchIPhoneSimulator
gradlew ios:launchIPadSimulator
gradlew ios:launchIOSDevice

Build & pack command:

gradlew ios:createIPA