[GAME] Snake game, but the food refuses to be eaten
Another twist on this classic. In this one, the food runs away from the snake's head to make it harder to score points.
It is written in HTML + JS, and it adapts to different screen sizes, although it is designed to be played on a computer. It can be played with the buttons, with the arrow keys or with the WASD keys - if the keys don't work when you start playing, click on the canvas to make them work.
This is just a small experiment developed quickly, so please let me know if you encounter any errors!
Wow, nice game!
Wow, the styling is great and the food is annoying,
but overall the game is amazing.
It is just like an annoying younger brother, who takes advanatage of age, steals your stuff and never gives it back. This game is trying to put it in snake perspective.
@ernestoyaquelloBTW, this is so underrated. sigh
wut! I am a younger brother and my brother never gets in trouble. I always get in trouble.
@OldWizard209
heaven music
hippety hoppity this apple's life is now my property
Super awesome snake game
Great game, the best I could get is 12 lol
cool
This game is triggering and addicting at the same time XD
Other than the square downloading hacks, very cool style and its very smooth wow
I got the fruit a bunch(get it)
This is so polished and well done, Nice!
Wow! This is actually fun compared to original snake.
make the food as fast as you
js/huntersnake.js
) and replace this:
} else if ((moveNumber % 2) == 0 && calculateDistanceToSnakeHead(food.x, food.y) < 5) {
With this:
} else if (calculateDistanceToSnakeHead(food.x, food.y) < 5) {
managed:
Swiggity swears, I'm coming for that square