Crates.io | snakesss |
lib.rs | snakesss |
version | 0.1.2 |
source | src |
created_at | 2022-06-19 21:14:04.225422 |
updated_at | 2022-06-20 07:33:16.17282 |
description | The classic (2-player) snake game |
homepage | |
repository | https://github.com/Rqnsom/snakesss |
max_upload_size | |
id | 609116 |
size | 815,589 |
Game made with a piston engine.
Note: It's really hard to capture a fun animation when playing solo a two-player game.
This was done as an educational challenge as a one-day hackathon. After watching this video, which sets up the coding ground for the basic snake game.
I wish I had more time to implement multiple gamestates (like MainMenu, ScoreScreen...), but it is what it is.
Enjoy!
Every melon consumed lengthens the snake.
General strategy:
$ cargo run # Should do the trick (from the repo root directory)