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.
6 lines
182 B
Text
6 lines
182 B
Text
[gd_scene load_steps=2 format=3 uid="uid://main_scene"]
|
|
|
|
[ext_resource type="Script" path="res://Scripts/Main.cs" id="1"]
|
|
|
|
[node name="Main" type="Node2D"]
|
|
script = ExtResource("1")
|