add comment storage to boards
This commit is contained in:
parent
0b9f41cbf6
commit
5c48b531f6
13 changed files with 219 additions and 113 deletions
|
@ -1,9 +1,9 @@
|
|||
use marble_machinations::marble_engine::{board::Board, Machine};
|
||||
use marble_machinations::marble_engine::{grid::Grid, Machine};
|
||||
|
||||
#[test]
|
||||
fn creating_marbles_cause_indirect_claim() {
|
||||
let mut eng = Machine::new_empty();
|
||||
eng.set_board(Board::parse(
|
||||
eng.set_grid(Grid::parse(
|
||||
"
|
||||
I
|
||||
o 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue