Final TUI commit and removed useless file

This commit is contained in:
2026-06-19 21:50:05 +02:00
parent 6aca188aa3
commit a7f23e9a7e
3 changed files with 2 additions and 339 deletions
@@ -96,14 +96,14 @@ public class TUI implements IView {
printLine("Type 'rematch' to play again or 'quit' to exit");
} else {
display(buildBoardContent());
printLine("\033[2mCommands: slot <pos> | draw upper|lower tribe|building <pos> | totem <pos> | skip | clear | details buildings|events|characters | rematch | quit\033[0m");
printLine("\033[2mCommands: slot <pos> | draw upper/lower tribe/building <pos> | totem <pos> | skip | clear | details buildings/events/characters | quit\033[0m");
}
}
/** Renders the board + menu (top) and all players' hands in a grid (bottom). */
public void renderBoard() {
display(buildBoardContent());
printLine("Commands: slot <pos> | draw upper|lower tribe|building <pos> | totem <pos> | skip | clear | details buildings|events|characters | rematch | quit");
printLine("\033[2mCommands: slot <pos> | draw upper/lower tribe/building <pos> | totem <pos> | skip | clear | details buildings/events/characters | quit\033[0m");
}
/**