No description
- Rust 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| src | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| README.md | ||
| screenshot.png | ||
bottomless-snake
Simple snake game made in bottomless-pit.
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
