Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 588 Bytes

BUILD.md

File metadata and controls

22 lines (13 loc) · 588 Bytes

Build Instructions

Installing Java JDK

Download and install java from the source: https://www.oracle.com/java/technologies/downloads/

Other version of Java 8+ will also work.

Installing dependencies

The build script will use Maven to auto-download the dependencies. If you wish to download the dependencies separately, you may do so and put them into a folder named "libs"

Building the Game

Windows

Run the file build.ps1

Mac OS/Linux/Unix

Opening terminal to the current directory, run bash build.sh