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!

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!!

(1 edit)

Thanks! I agree, between the spikes and the snake itself it can get pretty difficult.