Hullabalooza
A downloadable game
Made for GMTK Game Jam 2026. This was meant to be a game for rating music playlists and sharing them with your friends. It ended up as more of a tech demo / proof of concept.
Game is referencing those Top 40 music countdowns, as well as the Australian music TV show named, "Countdown."
For future releases:
- Actually adding the rating functionality. Right now there's basically no gameplay and it's just a thing that connects to Spotify.
- Loading playlists from JSON (this is mostly done but not quite ready for the GMTK submission).
- Comparing multiple tier lists from JSON
- Set up a server so that players don't need to set up their own Spotify API credentials
- Improve speed of loading album images
- Support for other music services (Youtube Music, Apple Music, etc)
| Published | 5 days ago |
| Status | Released |
| Author | fantanoice |
| Content | No generative AI was used |
Download
Download
main.exe 21 MB
Install instructions
Right now, running the application requires Spotify API credentials. Instructions are as follows:
- Download executable from this page
- Go to the Spotify Developer page and log in with your Spotify.
- https://developer.spotify.com/
- As of 27/07/2026, this requires you to have Spotify Premium
- Go to the Spotify Developer Dashboard
- Select "Create App"
- Give it any name and description.
- Set Redirect Uri to:
- http://127.0.0.1:8000/callback
- This address refers to your local computer
- Go back to the Spotify Developer Dashboard
- Select your new app
- Note down the Client Id and Client Secret
- Open the regular Spotify app
- Find or make a simple playlist
- Click the dots and select "Copy link to playlist." Note it down somewhere.
- You want to grab a specific part of the link. You only want the "XXXX" part of the link (after "/playlist/" and before "?si"): https://open.spotify.com/playlist/XXXX?si=00000
- Open the game you downloaded from this page
- Select the "Create New" option (the first one on the Main Menu)
- Fill in the details from what you noted down, then hit Next
- You may need to go into your Spotify account settings to find your username
- If your browser opens up with a "Log into Spotify" page, log in with it.
- It should now show your playlist items in the game.
- Note: If your playlist consists of tracks from various different albums, then generating will be slow.

Leave a comment
Log in with itch.io to leave a comment.