Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 835 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 835 Bytes

rust-gravity-worm Build Status

A textual Gravity Worm game written in Rust using the ncurses TUI library.

Deps

  • ncurses-rs — the Rust-ncurses bindings library.

Setup

You need a few things to run rust-gravity-worm:

  1. Rust's master branch
  2. A terminal/console/command-prompt with ncurses.
  3. Rust's cargo manager

If you don't want to use cargo, you will need to clone, compile, and link ncurses-rs yourself.

Building

To build with cargo, cd to the repository's root and run:

cargo-build

Running

The binary will be placed in the target directory by cargo. It can be run with:

target/worm