Dr. Snake by codescapade
Dr. Snake is a combination of snake with Dr. Mario. You control the snake until you hit something and then the snake falls down in its current shape.
The goal is to match 4 or more of the same color horizontal or vertical in a line to remove all the targets.
Controls: Arrow keys to move the snake. M to Mute the sound.


| HTML5 (web) | https://codescapade.github.io/LD41/ |
| Source code | https://github.com/codescapade/LD41 |
| Original URL | https://ldjam.com/events/ludum-dare/41/dr-snake |
Ratings
| Given | 4🗳️ | 1🗨️ |
One issue I had with the gameplay is that it was difficult to judge distances. I had to do a lot of mental arithmetic to figure out where my snake would fit, and how. I think a visible grid (both on the map and on the snake) might have helped with that, but I'm not sure.
Also, I'd have liked to have a restart button (or known what it is if you have one), since I had to restart the game after every game over and had to return to level 1.
I definitely enjoyed my time with this title. It's got a good idea behind it, with good execution and a fair bit of depth. Good work.