-
Notifications
You must be signed in to change notification settings - Fork 3
Home
You must have Java 7 or higher installed.
Download the latest version of Monkey Shines (1.0.0). It contains executables for both the game and the level editor. Simply double click what you want and have fun.
-
Ensure you have downloaded the release (https://github.com/ErikaRedmark/monkey-shines-java-port/releases) and navigated to the location where the .jar is stored.
-
If you want to just play the game (no level editor) you can just double click the .jar file and open it up, and move on to [Gameplay](Playing the Game). Otherwise, continue to step 3.
-
Open a terminal/command window and navigate to the directory that you downloaded the .jar file to.
-
For the game, run
java -cp "<name of monkey shines.jar>" org.erikaredmark.monkeyshines.MonkeyShines, replacing the <> contents with whatever the name of the .jar is (depends on release. Do not include the actual '<' '>' symbols). As stated by step 2, you can also just double click to do this. -
For the level editor, run
java -cp "<name of monkey shines.jar>" org.erikaredmark.monkeyshines.editor.LevelEditor
You can compile the code and create the .jar yourself. You will need to download and set up Maven to do so
- Checkout the master branch
- Navigate to the folder containing the pom.xml (this should be in the "Monkey Shines" folder)
- run
mvn install. - Check for a generated folder called
targetin that directory. In it should contain two jar files. Choose the one that says 'with-dependencies' - Perform steps 2 - 5 from 'Getting Started: The immediate way' to run the program.
- Contact someone close to you and ask them to follow steps outlined in either "Getting Started: The immediate way" or "Getting Started: The fairly quick way"
- Get an ice-cream or something and relax for a bit.
[See the relevant wiki page for more information on actual gameplay](Playing the Game)