A Js13KGames 2025 entry by Jesper Rasmussen
Back some 20 years ago when I did the GameMaker 8.1 demo that became "The Way of the Dodo" (last years' entry) I also did a one button shooter demo. It was very simple ... a one day project.
At the company where I worked (NDS Denmark) we were experimenting with making one button games. We looked into this because we made games for set top boxes (tv decoder boxes) and our user played our games with a tv remote control. Remote controls (back then) were quite bad as game controllers ... eg. if you pressed two buttons at the same time, no button would register.
Ever since I've wanted to make a full game out of that demo. So when I heard this year's theme "Black Cat" my first idea was to see if there was any squadrons with that nickname ... and there was ... and by pure luck, the plane they flew back then was a great fit to how my shooter would behave :)
-
Your plane shoots both when you press and when you lift/depress. It makes it possible to shoot quite fast with only half the tapping :) I don't know of any other games that does this :)
-
Enemies stop shooting when you get too close (15 tiles) ... else the game is too difficult.
-
I've limited the number of shoots per second the player can spawn. Else the game was too easy when you rapid fired with multiple fingers. It made it impossible to tweak the difficulty.
-
Making sure the game was fair to all screen aspect ratios took a lot of work.
-
Making the tile image gray scale (+ red and yellow) made it compress much better :)
-
The difficulty of the game is a bit adaptive. The pause between enemy planes depends on how many lives you have. The more lives the faster between the plane groups.
I've reused the live music player I made for the Dodo game.
This time it also has a swing to the rhythm - and it accentuates beat 2 and 4. As you do in jazz / blues / swing music.
I wanted to use a popular song of the era: "In the mood", "Flying home", etc.
Unfortunately all these songs (from 1939) still have 10 more years of copyright.
So I ended up making a song inspired by "Flying home". (as played by eg. Benny Goodman Sextet).
I read that "Flying home" was very popular especially with airmen during WW2 :)
Had I had more bytes left in the zip I'd love to add some solos with the song generator from my Dodo game. Unfortunately there was no room for this.