Play game
Frog, Frogger, Froggest's itch.io pageResults
Criteria | Rank | Score* | Raw Score |
Use of the Limitation | #41 | 3.795 | 4.000 |
Overall | #87 | 3.110 | 3.278 |
Enjoyment | #90 | 2.846 | 3.000 |
Presentation | #104 | 2.951 | 3.111 |
Concept | #112 | 2.846 | 3.000 |
Ranked from 9 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.
Team members
1
Software used
Unity, Visual Studio, Aseprite...
Use of the limitation
My game is an endless runner so there was only one level but i tought that it can also be used like high LEVEL of traffic.
Cookies eaten
1, Had to go to a near Tim Hortons for breakfast.
Leave a comment
Log in with itch.io to leave a comment.
Comments
Nice concept, but more development would be advised. Still, I got my established goal of 500 points :D.
The sprites are nice, but why the frog always turns to the right when standing? At least, let him stand in the direction it last moved. Also, maybe a working animation would turn out the player's experiment better, just commenting.
For such a huge road, it takes a while to be filled with cars. Although after 100 points, there is a wave of them! So, maybe a little more control on the number of cars would probably be nice!
Nice work!
This was a cool idea. i do wish the cars got faster though. potentially waves, like at some point it goes back to only a few cars but now they are faster, build up the traffic again, then reduce to a few cars and speed up again. just for a change of pace and increasing difficulty. Had fun with this one though!
Simple fun and good sprite art!! :D
A cool little game! The difficulty ramps up a bit slowly, but that's a fairly minor critique. Some unsolicited advice if you don't mind: When you release the arrow keys, the player always snaps back to the right. You can fix this by only rotating the sprite if there is player input. i.e
if( Input.GetAxis("Horizontal") != 0 || Input.GetAxis("Vertical") != 0 )
{
// Do rotation
}
It's fun untils you find out there are safe spots, this may be a way towards this game's improvement. I still had a fun little time !
I am gonna update the game can u tell me where exactly this spot is? Thanks.
If I stand on the roads dotted lines, I cannot be touched