This game has been created for the 20 Second Game and Game Off 2022 game jams.
20 Sec Basket is a short game in which you need to score as many points as possible in just 20 seconds!
Use your mouse or touch screen to control the ball but be careful, each input will cost you one point in the value of the basket you'll score!
Submit your score and compete for the first place in the leaderboard!
The game can be freely played on itch.io
I had never used Godot before so I tried to test out a few Engine's features adding the following:
- Adjustable gameplay length in the config file
- Particles FX template to add your own particles
- AudioManager to play your sound effects
- Integration with SilentWolf for the leaderboard
Once you have cloned the repository, there's only one configuration step necessary to run your local game:
- Register for a free account on SilentWolf
- Download the SilentWolf plugin for Godot 3.x
- Extract the
silent_wolf
folder from the zip in your.\addons
folder (you might need to create it) - Copy (or rename)
.\AutoLoad\SilentWolf.config.example.gd
to.\AutoLoad\SilentWolf.config.gd
- Edit the content of the new file to match your SilentWolf game configuration
- Add
.\AutoLoad\SilentWolf.config.gd
to your project AutoLoads - Reload the project
- MixKit for the SFX
- loltsilol for the base Basketball sprite