EN605.607.81.SP22_ASDM_Project/front_end/src/constants.rs
Stephen Seo 3b4d8b3483 Impl additional info text box, drop logic
Can place tokens, and not place tokens where there already is a token.

Additional info text box added to the side of the board.

More information to the UI regarding placed tokens.
2022-03-02 17:51:14 +09:00

5 lines
91 B
Rust

pub const ROWS: u8 = 8;
pub const COLS: u8 = 7;
pub const INFO_TEXT_MAX_ITEMS: u32 = 100;