forked from jana/hanoigame
change problem size
This commit is contained in:
parent
50f7dd20f6
commit
727a738fd4
1 changed files with 1 additions and 1 deletions
|
|
@ -762,7 +762,7 @@ fn main() -> io::Result<()> {
|
||||||
|
|
||||||
let mut g = GameGenerator {
|
let mut g = GameGenerator {
|
||||||
num_extra_towers: 2,
|
num_extra_towers: 2,
|
||||||
num_ring_types: 13,
|
num_ring_types: 16,
|
||||||
}
|
}
|
||||||
.highest_burried_score::<4>(&seed);
|
.highest_burried_score::<4>(&seed);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue