made simulations parallel
This commit is contained in:
parent
de7b51acb4
commit
0080b94fd2
5 changed files with 21 additions and 33 deletions
|
@ -69,7 +69,7 @@ impl Game {
|
|||
let Rules {
|
||||
size,
|
||||
spawn_per_turn,
|
||||
} = rules.clone();
|
||||
} = rules;
|
||||
|
||||
Self {
|
||||
board: Grid::new(size),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue