This game was made in the month of November for the 2022 GitHub Game Off jam. The theme of the jam was "cliché." It was made with Godot 3.5 using GDScript.
- Stomper on itch.io: Play the game directly on your browser here.
- Jam Submission Page: Feedback on the game by other participants can be found here.
- Game Off 2022 Winners: GitHub Blog post mentioning Stomper.
- Top five Godot games and source code from Game Off 2022: GitHub DEV post mentioning Stomper.
- Godot as the game engine.
- Aesprite for graphics.
- Chiptone for sound effects.
- Audacity and PO-20 for music.
- Make sure you have Godot 3.5 installed, as that is the version of the engine that was used for this game. No need to get the .NET version of Godot, as this project purely uses GDScript.
- Clone this repo in your desired directory:
git clone https://github.com/diego-escalante/GO2022-Stomper.git
- Start up Godot. In the initial Project Manager window, click Import and choose the
project.godot
file at the root of your cloned repo. - Once the engine opens up the project, you can run the game by using the Play buttons on the top right.
The game received the following rankings in the game jam:
Category | Rank (out of 563 entries) |
---|---|
Overall | 23 |
Gameplay | 6 |
Audio | 42 |
Graphics | 84 |
Innovation | 146 |
Theme | 169 |
- The project has an MIT license. Feel free to inspect the game, tinker with it, and learn from it. Let me know if you do something cool with it! Cheers!