pub const MAP_SEARCH_API: &str = "https://generals.io/api/maps/search";
pub const MAP_INFO_API: &str = "https://generals.io/api/map";
pub const MAP_UPVOTE_API: &str = "https://generals.io/api/maps/upvote";
pub const GAME_URL: &str = "https://generals.io/games";
pub const WS_URL: &str = "https://ws.generals.io";
pub const USER_ID_LENGTH: usize = 8;
pub const USERNAME_REPLACERS: [&str; 7] = ["", " ", ".", "+", "-", "_", "#"];
pub const NBK: &str = "sd09fjd203i0ejwi_changeme";
pub const GAME_SPEED: f64 = 4.0;
pub const SURRENDER_TURN: usize = 100;
pub const CONCURRENT_PLAYS: usize = 10;