its Alright but sometimes its way to fast
Controls:
=========================================
W / Up arrow - Character goes up.
A / Left arrow - Character goes left.
S / Down arrow - Character goes down.
D / Right arrow - Character goes right.
Space - Restarts the level if dead or winner.
=========================================
Side note:
=========================================
The game is made in Processing 3.3.7 which is not a game engine. It is all made of plain code.
=========================================
Story:
=========================================
You are a hungry snake which is destined to eat the food on the map. For every 10 foods eaten, you level up. For every level you get, the limited the map would be and the slower you will get. The game ends after you reach the 10th level. The goal is to achive the highs score you can achive.
The way the score is calculated is:
highscore = (amount of seconds left * score) / 2;
=========================================
The Idea:
=========================================
The game is a failure of a coding challange called The Snake Game challange. I couldn't figure out how to make the tail grow more than 2 pices so I've come up with this idea...
=========================================
Problems:
=========================================
Since this is made with Processing, I couldn't figure out how to implement medals, score ranking and all of the goods stuff.
If you are good at js and you can help me out with the implementations, I would apreciate it ;)
=========================================
Bugs:
=========================================
If you get any kind of bug, feel free to write a review about it. Or if you feel like the game needs something more than it already has, review your idea.
its Alright but sometimes its way to fast
This was mad hard lmao but its fun and you get kinda used to it and better with time. Could be a little easier in the beginning
Other than your impressive coding skills, the game doesn't offer too much originality, I was hoping for the snakes tail to grow but that didn't happen
That's the problem, and that's the idea :) The snakes tail dosn't grow, but the area is shrinking by each level so it get harder. The main thing was to reach the highes score possible, but since I can't implement the Newgrounds API, the idea got canceled.