/rsnake

A Snake Clone

Primary LanguageRustMIT LicenseMIT

🐍 rsnake

rsnake

A Snake clone in Rust with an autopilot.

🛠️ Setup

Just call cargo, (you can get it at, eg., rustup.rs):

cargo run --release

🐳 Docker

If you are running Linux and have an X server installed (if you do not know what this means, it is probably true; XWayland does also work), you can also use the provided docker container:

docker-compose build
# this is needed to allow access to your X-server from within the Docker container
xhost +local:
docker-compose up