change problem size

This commit is contained in:
Jana Dönszelmann 2026-01-02 15:03:54 +01:00
parent 50f7dd20f6
commit 727a738fd4
No known key found for this signature in database

View file

@ -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);