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