Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nordie92 authored Nov 14, 2021
1 parent c82b8c4 commit fb3a4aa
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ Create a text file and write down one line for every instruction.
At first you have to define the requirements. For example "7s" (when reaches 7 supply). Or "7s,100f" (when reaches 7 supply and 100 food). Next close this requirement section by typing ":". Finally write down the instruction, "build house" for example.
There are 7 possible requirements implemented: Supply(s), Supply cap(sc), food(f), wood(w), gold(g), stone(st) and time(t, in seconds). If you want to write more then one instruction just repeat the same requirements on the next line.

Example:
7s: When 7 Supply
20sc: When 20 SupplyCap
200f: When you reached 200 food
200w: When you reached 200 wood
200g: When you reached 200 gold
200st: When you reached 200 stone
Example:
7s: When 7 Supply
20sc: When 20 SupplyCap
200f: When you reached 200 food
200w: When you reached 200 wood
200g: When you reached 200 gold
200st: When you reached 200 stone
2t: When 2 seconds pased

## Text recognition failed
Expand Down

0 comments on commit fb3a4aa

Please sign in to comment.