FriedlandAaron / rs_snake

Rust implementation of the classic "Snake" game as a terminal app.
The Unlicense
0 stars 0 forks source link

Super Fruit #3

Open FriedlandAaron opened 3 months ago

FriedlandAaron commented 3 months ago

Add super fruit random spawn Need to decide some things about it:

ArielHorwitz commented 3 months ago

Matrix mode

You have a bar that depletes while you hold spacebar that slows the game down. A special fruit charges the bar.

FriedlandAaron commented 3 months ago

Cheat Death

You get an extra life when taking a special fruit. Dying either restarts the game with the snake being the same length/slightly shorter, or you just continue playing even though you collided with yourself.