Skip to content

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

License

Notifications You must be signed in to change notification settings

alexchandel/rust-gravity-worm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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