You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.markdown
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,10 @@ You can destroy asteroids for easy money, even with the starting ship's ammo-les
32
32
33
33
Warnings get posted if you get close to dangerous ships or may soon collide with something on your current course. Blue dots along the edge of the screen indicate a planet is nearby.
34
34
35
+
Watch out about buying a new ship if you can only barely afford it - you might need to buy new compatible weaponry too! Also be careful not to actually re-buy the ship you're already in.
36
+
37
+
Mercenaries will follow you around and should start with a compatible weapon again in v1.4.1. They'll pick up items as well and keep them, greedy little buggers! But then they drop everything again on death, so ...
38
+
35
39
Controls
36
40
--------
37
41
@@ -66,10 +70,10 @@ Building and running from source
66
70
67
71
You only need Java installed to run Destination Sol from source. Use Java 7 or 8, the newer the better.
68
72
69
-
Run any commands in the project root directory
73
+
Run any commands in the project root directory (where you cloned / extracted the project to, using a command prompt / terminal).
70
74
71
75
* Download / clone the [source from GitHub](https://github.com/MovingBlocks/DestinationSol)
72
-
* To run from the command line: `gradlew run`
76
+
* To run from the command line: `gradlew run` (on Linux you might need to use `./gradlew run`)
73
77
* To prepare for IntelliJ run: `gradlew idea` then load the generated project via `DestinationSol.ipr`
74
78
* To create a game package for distribution (Windows, Linux, Mac): `gradlew distZip`
75
79
@@ -84,7 +88,7 @@ For Android a little extra setup is needed
84
88
* To run in IntelliJ make sure you have an Android emulator (or USB connection) working then create a run configuration
85
89
* We use `gradlew assembleRelease` to build the APK for Google Play (with the right keystore etc)
86
90
87
-
You can also run the Android version via Gradle: `gradlew android` - but need your device setup. Need instructions.
91
+
You can also run the Android version via Gradle: `gradlew android` - but need your device setup. TODO more instructions.
0 commit comments