Removed: PickOptionalTribeCard and PickOptionalBuildingCard in TUI
This commit is contained in:
@@ -194,7 +194,7 @@ public class TUI implements IView {
|
||||
lines.add(i+"."+model.availableTotems.get(i));
|
||||
}
|
||||
table.addRow(lines);
|
||||
System.out.println(model.currentState+"\nTOTEMS AVAILABLE:\n"+table.build()+"\nPress 9 and then write the position");
|
||||
System.out.println(model.currentState+"\nTOTEMS AVAILABLE:\n"+table.build()+"\nPress 7 and then write the position");
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -248,15 +248,12 @@ public class TUI implements IView {
|
||||
private String printMenuOptions() {
|
||||
var table = new AsciiTable(BorderStyle.ROUNDED, 2);
|
||||
table.addHeader("Menu Options", "Render Options");
|
||||
table.addRow(List.of("0-SlotChoice(pos)", "A-Full Render"));
|
||||
table.addRow(List.of("1-DrawUpperTribe(pos)", "B-Board Render"));
|
||||
table.addRow(List.of("2-DrawUpperBuilding(pos)", "C-Players Render"));
|
||||
table.addRow(List.of("3-DrawLowerTribe(pos)", ""));
|
||||
table.addRow(List.of("4-DrawLowerBuilding(pos)", ""));
|
||||
table.addRow(List.of("5-PickOptionalTribe(pos)", ""));
|
||||
table.addRow(List.of("6-PickOptionalBuilding(pos)", ""));
|
||||
table.addRow(List.of("7-NoOptional", ""));
|
||||
table.addRow(List.of("8-SkipTurn", ""));
|
||||
table.addRow(List.of("1-SlotChoice(pos)", "A-Full Render"));
|
||||
table.addRow(List.of("2-DrawUpperTribe(pos)", "B-Board Render"));
|
||||
table.addRow(List.of("3-DrawUpperBuilding(pos)", "C-Players Render"));
|
||||
table.addRow(List.of("4-DrawLowerTribe(pos)", ""));
|
||||
table.addRow(List.of("5-DrawLowerBuilding(pos)", ""));
|
||||
table.addRow(List.of("6-SkipTurn", ""));
|
||||
return table.build();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user