lower max score to 3

This commit is contained in:
Joey Hines 2025-11-13 18:55:35 -07:00
parent 2901ed3be2
commit 9f48d91b32
Signed by: joeyahines
GPG Key ID: 38BA6F25C94C9382

View File

@ -7,7 +7,7 @@ use rand::rng;
use serde::{Deserialize, Serialize};
use std::collections::HashSet;
const MAX_SCORE: u16 = 10;
const MAX_SCORE: u16 = 3;
#[derive(Debug, Deserialize, Serialize, Clone)]
pub struct Random {