Some changes

This commit is contained in:
Guilleag01
2023-08-06 19:15:54 +02:00
parent 7989cc20c6
commit b5f7a64447
5 changed files with 30 additions and 27 deletions

View File

@@ -41,7 +41,7 @@ impl Component for App {
type Properties = ();
fn create(ctx: &Context<Self>) -> Self {
let mut game = Game::new(25, 40, 50);
let mut game = Game::new(10, 10, 5);
game.start_board();
info!("\n{}", game.get_board().to_string());