feat: NCS-16 Core Separation via Patterns #10
Reference in New Issue
Block a user
Delete Branch "feat/GUI-UI-Core-Separation"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@@ -44,2 +44,4 @@/jacoco-reporter/.venv//.claude/settings.local.json.metals/.metals/What is that
@@ -0,0 +1,41 @@# 🔒 CODE FREEZE NOTICENot required as file, just increases tokens
@@ -0,0 +218,4 @@"Illegal move."))end GameEngineNot required
@@ -0,0 +214,4 @@invoker.execute(cmd3) // While loop condition should be false, no iterationsinvoker.history.size shouldBe 3end CommandInvokerBranchTestNot required
@@ -0,0 +121,4 @@invoker.history(1) shouldBe cmd3invoker.getCurrentIndex shouldBe 1end CommandInvokerTestNot required
@@ -0,0 +50,4 @@val cmd = ResetCommand()cmd.description shouldBe "Reset board"end CommandTestNot required
@@ -0,0 +275,4 @@override def onGameEvent(event: GameEvent): Unit =events += eventend GameEngineTestNot required
@@ -0,0 +13,4 @@val tui = new TerminalUI(engine)tui.start()end MainNot required
@@ -0,0 +74,4 @@val redoHint = if engine.canRedo then " [redo]" else ""print(s"${turn.label}'s turn. Enter move (or 'quit'/'q' to exit)$undoHint$redoHint: ")end TerminalUINot required
@@ -0,0 +1 @@@main def test() = println("hi")Nope
c75a3a28afto9f0e2b0a14