wip (tests fails)

This commit is contained in:
Henri Bourcereau 2025-08-16 16:39:25 +02:00
parent 56d155b911
commit c1e99a5f35
4 changed files with 24 additions and 7 deletions

View file

@ -329,6 +329,7 @@ Player :: holes :: points
seed: Some(1327),
bot: Some("dummy".into()),
});
println!("avant : {}", app.display());
app.input("roll");
app.input("1 3");
app.input("1 4");

View file

@ -77,7 +77,7 @@ impl GameRunner {
} else {
debug!("{}", self.state);
error!("event not valid : {event:?}");
panic!("crash and burn");
panic!("crash and burn {} \nevt not valid {event:?}", self.state);
&GameEvent::PlayError
};