This repo contains code for a small rust application that runs a small game where you need to try and escape from an attacking enemy. The game is really not very smart in its current form. The idea was more to become familiar with async patterns in rust.
- Using ssh, clone repo to local enviroment
git clone [email protected]:wbglaeser/termion-game.git
- Run using cargo
cargo run
- Build using cargo. Binary is stored in
/target
cargo build