Reduce default board size

main
Clément FRÉVILLE 2 years ago
parent 9ab405e020
commit 4fbe817f71

@ -1,7 +1,7 @@
use crate::position::{Alignment, Grid2d, Position2d};
use crate::tile::Tile;
const DEFAULT_BOARD_SIZE: usize = 25;
const DEFAULT_BOARD_SIZE: usize = 19;
#[derive(Debug, Clone, PartialEq, Eq)]
pub struct Board {

Loading…
Cancel
Save