https://github.com/elzoughby/snake
The classic snake game written in rust
https://github.com/elzoughby/snake
game piston rust snake
Last synced: 9 months ago
JSON representation
The classic snake game written in rust
- Host: GitHub
- URL: https://github.com/elzoughby/snake
- Owner: elzoughby
- License: apache-2.0
- Created: 2019-01-13T01:16:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-18T23:18:11.000Z (over 7 years ago)
- Last Synced: 2025-03-04T22:19:32.579Z (about 1 year ago)
- Topics: game, piston, rust, snake
- Language: Rust
- Size: 1.07 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# Rusty Snake Game
The classic snake game built with ***[Rust](https://www.rust-lang.org/) programming language*** using [*Piston*](https://www.piston.rs/) game engine.
## Screenshots

## How to run
To build the game, you need to have *Rust 1.31* or higher installed in your machine with the MSVC Build Tools or MinGW for windows, GCC for linux or Xcode Tools for macOS.
### Prerequisites
- Rustc
- Cargo
### To run the debug binary
```bash
cargo run
```
### To build the release binary
```bash
cargo build --release
```
## License
Rusty Snake is distributed under the terms of both the MIT license and the Apache License (Version 2.0). See [LICENSE-APACHE](LICENSE-APACHE) and [LICENSE-MIT](LICENSE-MIT) for details. Opening a pull requests is assumed to signal agreement with these licensing terms.