Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 766 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 766 Bytes

Term Skirmish Rust 🦀

Term Skirmish Rust is a zero-player battle that takes place in your terminal. This project is a port of Tom Steven's excellent term-skirmish to the Rust language.

Why did you do this?

Partially because Rust is faster than Go.

But mostly because Rust code just looks so much better in my editor.

Installation

cargo install --git https://github.com/avrahamappel/term-skirmish-rust
term-skirmish-rust

Docker:

docker run --rm -it rust bash -c 'cargo install --git https://github.com/avrahamappel/term-skirmish-rust && term-skirmish-rust'