No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-08-07 23:51:34 -06:00
src use optional for direction 2026-08-07 23:51:34 -06:00
.gitignore bottomless snake 2026-08-04 22:55:06 -06:00
Cargo.lock stop using libc rand because everyone's so mean to me 2026-08-06 19:30:19 -06:00
Cargo.toml stop using libc rand because everyone's so mean to me 2026-08-06 19:30:19 -06:00
README.md add documentation 2026-08-04 23:00:52 -06:00
screenshot.png add documentation 2026-08-04 23:00:52 -06:00

bottomless-snake

Simple snake game made in bottomless-pit.

screenshot of snake

Build

Just use cargo:

$ cargo build # create debug build in /target/debug/bottomless-snake
$ cargo build --release # create a release build in /target/release/bottomless-snake