cli start game

This commit is contained in:
Henri Bourcereau 2024-02-17 12:55:36 +01:00
parent 7cf8cd1c46
commit 782a6dce87
3 changed files with 129 additions and 22 deletions

View file

@ -11,7 +11,7 @@ fn main() -> Result<()> {
// Start the main loop.
while !app.should_quit {
println!("what?>");
println!("whot?>");
let mut input = String::new();
let _bytecount = io::stdin().read_line(&mut input)?;
app.input(input.trim());