Janis
a1b7cc7f4a
refactor(core): streamline FEN and PGN export/import methods in ChessBoardView
2026-04-05 17:01:34 +02:00
Janis
f6f05ff2a1
refactor(io): change GameContextImport return type from Option to Either
...
Update GameContextImport trait to return Either[String, GameContext] instead of
Option[GameContext] to provide better error context during parsing. Update FenParser
implementation to convert Option to Either using toRight().
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-04-05 12:33:13 +02:00
Janis
6def31dd80
refactor(core): add IO module and integrate GameContext import/export traits
2026-04-04 19:50:08 +02:00
Janis
b184d50265
refactor(core): cleanup UI and notation imports for NCS-22 interface abstraction
...
Build & Test (NowChessSystems) TeamCity build failed
- Removed unused CastleSide import from PgnExporter
- Updated TerminalUI and GUIObserver to use GameContext
- Temporarily disabled GUI FEN/PGN import-export (requires full rework with GameContext)
- Deleted unused logic files and GameController per spec
Note: GameEngine still needs final refactoring to use RuleSet + GameContext.
Core architecture (api -> rule -> core) is structurally complete.
2026-04-03 17:16:40 +02:00
Janis
13bfc16cfe
feat: NCS-10 Implement Pawn Promotion ( #12 )
...
Build & Test (NowChessSystems) TeamCity build finished
Reviewed-on: #12
Reviewed-by: Leon Hermann <lq@blackhole.local >
Co-authored-by: Janis <janis-e@gmx.de >
Co-committed-by: Janis <janis-e@gmx.de >
2026-03-31 22:18:14 +02:00
shosho996
1361dfc895
feat: NCS-16 Core Separation via Patterns ( #10 )
...
Build & Test (NowChessSystems) TeamCity build finished
Co-authored-by: Janis <janis-e@gmx.de >
Co-authored-by: shahdlala66 <shahd.lala66@gmail.com >
Co-authored-by: Janis <janis.e.20@gmx.de >
Reviewed-on: #10
Reviewed-by: Janis <janis-e@gmx.de >
Co-authored-by: Shahd Lala <shosho996@blackhole.local >
Co-committed-by: Shahd Lala <shosho996@blackhole.local >
2026-03-31 10:31:02 +02:00
Janis
7b1f8b1176
fix: update main class path in build configuration and adjust VCS directory mapping
Build & Test (NowChessSystems) TeamCity build finished
2026-03-24 09:59:13 +01:00
Janis
5a21e57ca9
chore: Update build configuration for Scoverage and ScalaTest integration
2026-03-22 14:19:44 +01:00
Janis
51b210e9eb
chore: Update documentation and improve test writing guidelines
2026-03-22 11:47:20 +01:00
Janis
a8abd69e0e
chore: Add initial implementation of move validation logic and game controller
2026-03-21 21:26:37 +01:00
Janis
1f1d3b670f
chore: Refactor chess logic to MVC pattern and enhance board representation
2026-03-21 20:37:33 +01:00
Janis
9c2456e928
chore: Set up shared-models library and initial project structure for NowChessSystems
2026-03-21 17:07:28 +01:00
Janis
a8d457a612
chore: Configure Scala build with dependencies and project structure
2026-03-21 15:52:51 +01:00
Janis
0d6935e184
chore: Initial Commit
2026-03-21 14:40:00 +01:00