This commit is contained in:
2026-07-11 14:47:08 -05:00
parent 6dccf5fc23
commit 03185c9c68
17 changed files with 408 additions and 105 deletions
+1
View File
@@ -59,6 +59,7 @@ fn two_board_world() -> World {
World {
name: "test".into(),
start: "b1".into(),
torch: 10,
scripts: HashMap::new(),
boards: HashMap::from([
("b1".to_string(), Rc::new(RefCell::new(b1))),