A reimplementation of the classic snake clone Tausendfuß from the Colour Genie EG2000
diplopod.mp4
Diplopod is a typical snake game where your goal is to eat and grow. The playing field is filled with green food and red poison. Every time food is consumed, the diplopod grows and new food and poison appear. So the amount of food remains constant while the amount of poison increases. When a certain amount of food has been eaten, a superfood appears in the form of a rotating star. Every second superfood is accompanied by an antidote that makes the Diplopod immune to the poison for ten seconds. Use that time to clear the playing field.
There are no precompiled binaries (yet) so you have to install the Rust toolchain. Follow the instructions on Rust's official setup page. If you are using Linux, you should also check the official Bevy Linux dependencies page.
Once you have installed all dependencies, you can start the game (as a debug build) with
$ cargo run
or install a binary with
$ cargo install --path .
The project contains a justfile that provides frequently used commands.
This game owes a lot of ideas to the tutorial "Creating a Snake Clone in Rust, with Bevy".
Sound effects were obtained from https://www.zapsplat.com
The font used is Allerta Stencil. It was published under the terms and conditions of the OFL.
All code in this repository is licensed under the MIT License.
The assets included in this repository fall under different open licenses.