This commit is contained in:
@@ -13,4 +13,3 @@ object Main:
|
||||
val tui = new TerminalUI(engine)
|
||||
tui.start()
|
||||
|
||||
end Main
|
||||
|
||||
@@ -74,4 +74,3 @@ class TerminalUI(engine: GameEngine) extends Observer:
|
||||
val redoHint = if engine.canRedo then " [redo]" else ""
|
||||
print(s"${turn.label}'s turn. Enter move (or 'quit'/'q' to exit)$undoHint$redoHint: ")
|
||||
|
||||
end TerminalUI
|
||||
|
||||
Reference in New Issue
Block a user