소스 검색

update readme (before code)

Bastien Sevajol 7 년 전
부모
커밋
c3855454aa
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 5 1
      README.md

+ 5 - 1
README.md 파일 보기

35
 
35
 
36
     python select_troops.py --country URSS --country DE
36
     python select_troops.py --country URSS --country DE
37
 
37
 
38
+Select troops for every countries then generate s troops file.
39
+
38
 ## Troops Placement phase
40
 ## Troops Placement phase
39
 
41
 
40
 You must: specify a map and a state and `--placement` option:
42
 You must: specify a map and a state and `--placement` option:
41
 
43
 
42
-    python run.py maps/001 --state maps/001/state1.xml --placement
44
+    python run.py maps/001 --troops troops.xml --placement
45
+
46
+`troops.xml` must be previously (at `Troops selection` phase) generated troops file.
43
 
47
 
44
 Map will be loaded with state file troops and you will be able
48
 Map will be loaded with state file troops and you will be able
45
 to move (drag and drop with your mouse) troops.
49
 to move (drag and drop with your mouse) troops.