Play game
Berlin Pilot's itch.io pageResults
Criteria | Rank | Score* | Raw Score |
Historical Accuracy | #47 | 2.520 | 2.615 |
Thematic Relevancy | #48 | 2.965 | 3.077 |
Gameplay | #75 | 1.334 | 1.385 |
Graphics | #76 | 1.334 | 1.385 |
Overall | #77 | 1.408 | 1.462 |
Audio | #78 | 1.038 | 1.077 |
Ranked from 13 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.
Leave a comment
Log in with itch.io to leave a comment.
Comments
This is a good start. Some sound effects or music would be a welcome improvement. Also, I think perhaps the game should pause or wait when you lose, as the game restarts so quick I can barely read the 'you crashed' message.
Yeah. I had a problem with audio so I couldn't put that. I don't know why the "You Crashed" thing was so fast here, because it wasn't that fast in Unity. I'll look into those though ;)
Good effort! I liked the historical briefing you gave before the game started. If you're using unity, I think that you might have to do Input.GetKeyDown instead of Input.GetKey, if that was your issue. GetKey returns true every frame the key is held down, while GetKeyDown only does on the first frame, so it's best to use that if you only want a single input like for this game.
Oh. My. God. Thank you so much!!!