Use console for screen clearning and immediate single-char input

This commit is contained in:
Nick Pegg 2025-07-05 19:55:51 -07:00
parent 7229b32f03
commit 821d2114d5
3 changed files with 121 additions and 13 deletions

View file

@ -4,5 +4,6 @@ version = "0.1.0"
edition = "2024"
[dependencies]
console = "0.16.0"
itertools = "0.14.0"
rand = "0.9.1"