Perfect Balance
A simple 2D shooter. Defeat a wave of enemies, then the boss. Pick a reward of five options, but while you do that, you're also picking for the enemy. Try to balance out making yourself more powerful and not letting the enemy get out of hand!
Been eyeing out the Godot engine for quite some while now interested to try it out. And now I noticed the Godot Wild Jam, an exclusive Godot jam, so a perfect time to try it out! And a bit over a week too so can easily be casual about it and learn new stuff about the engine without really stressing out whether I can make something or not.
Status | Released |
Platforms | HTML5, Windows, macOS, Linux |
Rating | Rated 5.0 out of 5 stars (1 total ratings) |
Author | anttihaavikko |
Genre | Action, Shooter |
Tags | 2D, Arcade, Boss battle, Bullet Hell, Endless, Score Attack, Shoot 'Em Up, Singleplayer, Top down shooter |
Comments
Log in with itch.io to leave a comment.
how did you make the leaderboard?
The game side code is available on my github:
https://github.com/anttihaavikko/perfect-balance/blob/master/src/ScoreManager.gd
Backend side I won't be sharing but that isn't anything special either. Just two PHP scripts. One for dumping the given GET params to database and one gets the requested scores from the database and outputs them as JSON.