Slither Sweeper
Find food to eat as an explosive snake in a minefield.
This original submission to the 2024 GMTK Game Jam was made in 96 hours. The theme was "built to scale."
Game Features:
- Satisfying sound effects
- Random infinite generation of mines and food particles
- slither.io snake movement
- UI for replay button, score, and time
Info:
- Snake spawns in with 3 segments.
- Mines take away 10 segments of the snake.
- Food adds 1 segment to the snake.
- Losing all of your segments ends the game.
- Collision with any snake segment except the last one ends the game.
- Purposefully shrink the snake by colliding with mines.
Known Issues:
- The RNG can generate impossible scenarios where there are only mines.
I hope you enjoy the game. Please give me your thoughts and feedback!
Status | Prototype |
Platforms | HTML5 |
Author | eulerfan40 |
Genre | Strategy |
Made with | Unity |
Tags | 2D, gmtk-2024, Game Maker's Toolkit Jam, minesweeper, slither, slitherio, snake |
Comments
Log in with itch.io to leave a comment.
Nice idea, became a bit tricky to move when there are a lot of spikes, seems a strategic snake :) good work!!
Thanks! I agree, between the spikes and the snake itself it can get pretty difficult.