Added description doc

main
mike 2023-03-07 15:01:12 -05:00
parent e6a9b410c9
commit 4b990b64ed
3 changed files with 1 additions and 5 deletions

Binary file not shown.

View File

@ -84,9 +84,8 @@ public class GameEngine<T> implements Runnable {
System.out.println("\n~ Player Options:\n" + System.out.println("\n~ Player Options:\n" +
"1. Build {command: '1 <building name>'}\n" + "1. Build {command: '1 <building name>'}\n" +
"2. Train inhabitants {command: '2 <unit name>'}\n"+ "2. Train inhabitants {command: '2 <unit name>'}\n"+
"3. Upgrade Building {command: '3 i<index>'} / {command: '3 b<index>'}\n"+ "3. Upgrade {command: '3 i<index>'} / {command: '3 b<index>'}\n"+
"4. Explore\n"+ "4. Explore\n"+
"5. Attack\n"+
"5. Print Village Stats\n"+ "5. Print Village Stats\n"+
"6. Quit\n" + "6. Quit\n" +
"7. Attack last explored\n"); "7. Attack last explored\n");

View File

@ -4,9 +4,6 @@ import ca.cosc3p91.a2.util.Time;
public class DefenseStages { public class DefenseStages {
// !! need to adjust these values | |
// v v
public static class ArcherTowerStage1 extends DefenseStage { public static class ArcherTowerStage1 extends DefenseStage {
public ArcherTowerStage1() { public ArcherTowerStage1() {
super(100, 0, 0, new Time().offsetMinutes(1), 25, 75, 4,6); super(100, 0, 0, new Time().offsetMinutes(1), 25, 75, 4,6);