cli start game
This commit is contained in:
parent
7cf8cd1c46
commit
782a6dce87
3 changed files with 129 additions and 22 deletions
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue