Skip to content

wbglaeser/termion-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Rudimentary game engine in rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages