https://github.com/jagenjo/js13k2025
A retro WW2 flight sim, my entry for the JS 13K Gamejam of 2025
https://github.com/jagenjo/js13k2025
Last synced: 7 days ago
JSON representation
A retro WW2 flight sim, my entry for the JS 13K Gamejam of 2025
- Host: GitHub
- URL: https://github.com/jagenjo/js13k2025
- Owner: jagenjo
- License: mit
- Created: 2025-09-03T18:31:30.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2025-09-12T07:36:44.000Z (27 days ago)
- Last Synced: 2025-09-12T09:30:35.918Z (27 days ago)
- Language: JavaScript
- Size: 8.41 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WWII Pacific Black Cats
A 13Kb javascript game for the JS13K compo of 2025 (theme: Black Cat), using WebGLUse the build.sh script to construct the compo.zip

Test it here: [DEMO](https://tamats.com/games/js13k2025/compo)
## Intro
**During World War II, there was an Allied squadron of fighter planes in the Pacific known as the Black Cats.**
Their PBY Catalinas were painted black to blend into the night sky. Equipped with radar, capable of landing on the sea, and boasting long-range endurance, they are often considered the first stealth aircraft.
The Black Cats carried out a wide variety of missions—ranging from rescuing downed pilots at sea to sinking enemy vessels at night with torpedoes.
This game is a tribute to the courage and ingenuity of those pilots.
[Read more about Black Cats in wikipedia](https://en.wikipedia.org/wiki/Consolidated_PBY_Catalina#Night_attack_and_naval_interdiction)
## KEYS
W/S = Pitch
Q/E = Yaw
A/D = Roll
R/T = Engine throttle
T = Fast forward time
Z = Throw Torpedo
C = Shoot guns
1..9 = Change views
M = Map
N = Radar
Right Mouse Button = Binoculars
Enter = Change to next available PBY
## Tutorial
There are three missions to accomplish:
- Rescue downed pilots (they float on a raft, they are hard to find)
- Sink Japanese transports (careful, they are equipped with AA Guns)
- Sink Japanese submarinesIf you run out of fuel or ammo, fly back to the base and land near the tower, it will refill them automatically.
## Tips
Use the scope view (Key 7) to aim better your torpedos.
Careful with the fuel, if you run out you are lost.
To sink vessels, try to fly close to the sea, that way they cant shoot you, or wait until is dark.
Remember to check the map and the radar.## Comments
I runned out of space too soon this year while making the game which meant I spent more time reducing the size than adding all the features I had in mind. And I also had to disable lots of them, leaving the game in a semi-broken state.
I hope to find time to add them in the Director's Cut version