Skip to content

Commit 381bc75

Browse files
committed
Tweak readme slightly to clarify a few things (fixes #103)
1 parent b31e0b9 commit 381bc75

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.markdown

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ You can destroy asteroids for easy money, even with the starting ship's ammo-les
3232

3333
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.
3434

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+
3539
Controls
3640
--------
3741

@@ -66,10 +70,10 @@ Building and running from source
6670

6771
You only need Java installed to run Destination Sol from source. Use Java 7 or 8, the newer the better.
6872

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).
7074

7175
* 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`)
7377
* To prepare for IntelliJ run: `gradlew idea` then load the generated project via `DestinationSol.ipr`
7478
* To create a game package for distribution (Windows, Linux, Mac): `gradlew distZip`
7579

@@ -84,7 +88,7 @@ For Android a little extra setup is needed
8488
* To run in IntelliJ make sure you have an Android emulator (or USB connection) working then create a run configuration
8589
* We use `gradlew assembleRelease` to build the APK for Google Play (with the right keystore etc)
8690

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.
8892

8993
GWT / HTML
9094

0 commit comments

Comments
 (0)