Skip to content

QuantumVoxel/game

Repository files navigation

Quantum Voxel: Recomputed

Quantum Voxel: Recomputed. Rewritten in Kotlin now!

Building

  • For Desktop: ./gradlew :lwjgl3:nativeCompile
  • For Web: Coming soon
  • For Android: Coming soon
  • For iOS: Coming soon

Running from source

  • For Desktop, either of the following:
    ./gradlew :lwjgl3:run for running using the JVM.
    ./gradlew :lwjgl3:nativeRun for running as native binary.
  • For Web: ./gradlew :teavm:run
  • For Android: ./gradlew :android:run
  • For iOS: Coming soon

Also check out PlayQV!