Skip to content
A Gravity Worm clone written in Rust, using the Piston game engine.
Rust
Branch: master
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
art
src
.gitignore
.travis.yml
Cargo.toml
LICENSE
README.md

README.md

rust-gravity-worm-ii Build Status

A Gravity Worm clone written in Rust, using the Piston game engine. This is my first experiment with Piston, so there are a few issues. Notably, there's no text in the user interface!

Screenshot of Game

Building Instructions

I build against rust nightlies. Give me a shout (submit an issue) if it doesn't build and I'll fix it ASAP.

Currently the only non-rust dependency is SDL2. You can install it via your system's package manager:

Ubuntu/Debian: sudo apt-get install libsdl2-dev Mac OS: brew install sdl2 Windows: echo "?"

In a terminal, navigate to the project directory and type:

cargo run --release

License

Licensed under the GPL v3.

You can’t perform that action at this time.