There is not (and will be not any revisions in the future so.)
- Due to changes in api and wanting to go back to rust for a little bit. I decided to put a small fix update
./Snake_game_sdl --width <width> --height <height> --border <border> --obstacles <obstacles> --tickspeed <tickspeed>
This game uses a qwerty keyboard layout as it's controls:
W: UP
A: LEFT
S: DOWN
D: RIGHT
If you have another keyboard layout refer to main.rs starting from line 209
Snake game is currently built using rust 1.93.1 and is expected to be compiled against
future versions without problems!
This game is so simple and doesn't need that much of power to run, it can run on your grandma's toaster and your family's smart samsung fridge for what i know.
This game is easy to compile (If you are on macOS or Linux ofc, Windows is Sheisse)
git clone "https://github.com/SlamZDank/Snake_game_sdl/"
cd ./Snake_game_sdl
cargo run -- --width <width> --height <height> --border <border> --obstacles <obstacles> --tickspeed <tickspeed>
