Skip to content

alexchandel/rust-gravity-worm

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 
 
 

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages