fix: PR issues fixed
Build & Test (NowChessSystems) TeamCity build failed

This commit is contained in:
shahdlala66
2026-03-30 21:48:04 +02:00
parent ab96aee3ea
commit 75f2363517
8 changed files with 0 additions and 8 deletions
@@ -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