Refactor the game

This commit is contained in:
hal8174 2025-07-10 14:14:12 +02:00
parent b289b18030
commit c2d97173f2
Signed by: hal8174
SSH key fingerprint: SHA256:NN98ZYwnrreQLSOV/g+amY7C3yL/mS1heD7bi5t6PPw
4 changed files with 347 additions and 210 deletions

View file

@ -4,4 +4,4 @@ version = "0.1.0"
edition = "2021"
[dependencies]
rand = "0.8.5"
rand = { version = "0.8.5", features = ["small_rng"] }