Black box sim engine (commands in, events out) with 3 piece types (Rook, Bishop, Knight), cargo transfer system with social status priority, collision detection, and victory/defeat conditions. 57 tests covering rules, simulation, loading, and solvability. Godot 4 presentation layer scaffolding.
11 lines
343 B
Text
11 lines
343 B
Text
<Solution>
|
|
<Folder Name="/chessistics-engine/">
|
|
<Project Path="chessistics-engine/Chessistics.Engine.csproj" />
|
|
</Folder>
|
|
<Folder Name="/chessistics-tests/">
|
|
<Project Path="chessistics-tests/Chessistics.Tests.csproj" />
|
|
</Folder>
|
|
<Project Path="Chessistics.csproj">
|
|
<BuildType Project="Debug" />
|
|
</Project>
|
|
</Solution>
|