Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 504 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 504 Bytes

Rust Termion Game Engine

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.

Installation

  1. Using ssh, clone repo to local enviroment

git clone [email protected]:wbglaeser/termion-game.git

  1. Run using cargo

cargo run

  1. Build using cargo. Binary is stored in /target

cargo build