WordGrid/src/constants.rs

3 lines
101 B
Rust
Raw Normal View History

2023-08-01 03:00:58 +00:00
pub const GRID_LENGTH: u8 = 15;
pub const TRAY_LENGTH: u8 = 7;
pub const ALL_LETTERS_BONUS: u32 = 50;