Improved the instructions

This commit is contained in:
2019-06-04 11:26:19 +10:00
parent b69bffa300
commit e248003478
8 changed files with 41 additions and 13 deletions
+12
View File
@@ -19,6 +19,18 @@ The goal of the game is to be at the top of the game ladder for as long as possi
<div class="break" />
### Attacking
<div class="break" />
The best way to gain gold in this game is to attack other players. You can do this via the [game ladder](/ladder). Click on someone's profile, and click the "attack" button as soon as you have a soldier. You'll earn gold from attacking, even if you lose the battle, so <span style="color:red">attacking high-ranked players is encouraged!</span>
<div class="break" />
---
<div class="break" />
### Recruits
<div class="break" />
+1 -1
View File
@@ -11,7 +11,6 @@ Major
Minor
---
* Disable attack button with no soldiers.
* Implement game ladder sorting.
* Write unit tests (ensure that the game doesn't break from an update).
@@ -32,6 +31,7 @@ Wishlist
* In-game events.
* Hire a graphic designer.
* Implement nations (player alliances).
* In-game chat.
Event Ideas
---
+7
View File
@@ -0,0 +1,7 @@
Today's Tasks Completed
---
_4 June 2019_
* Improved the instructions.
* Disable attack button with no soldiers.
* More coming later today...