Keep Out of the Road !
A downloadable game for Windows
Keep Out of the Road !
This game is my submission to the Gosu Game Jam 8. The theme was "You're not supposed to be here".
What the game is about
You're a hedgehog that needs to travel through a couple of roads. Be careful, because cars and trucks are coming fast !
It's heavily inspired by the Frogger series.
Controls
You can use either WASD, the keyboard arrow keys or your controller (digital and left analog) to move around the cars.
You can toggle fullscreen using the F11 key.
That's all !
Credits
Sounds and music from freesound_community and pixabay.
Font by Khurusan (dafont.com).
All code and graphics were made by me during this game jam. The game is done in Ruby, using Gosu gem along with opengl-bindings. You'll need both to run the game from the ruby script.
Updated | 19 days ago |
Status | Released |
Platforms | Windows |
Author | guillaumequillet |
Genre | Action |
Install instructions
You can use either the windows .exe version or the ruby version. The .exe can be considered as false positive malware.
The ruby version needs you to have both Gosu and opengl-bindings installed. The entry point is the init.rb file.
EDIT 06/06/2025 : Ruby has evolved and the submitted game is using some deprecated method : File.exists?, that was removed and must be replaced with the method File.exist? on file lib/scene.rb line 85.
It's a fix you'll have to do if you're using a recent version of Ruby, unlike I did when I submitted this game for the jam.
Leave a comment
Log in with itch.io to leave a comment.