Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions data/quests.json
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,32 @@
"difficulty": "Medium",
"status": "live"
},
{
"id": "galactic-jet-defender",
"name": "Galactic Jet Defender",
"shortDescription": "Pilot an Interceptor Falcon fighter jet against enemy space cruisers with 4-way WASD controls and dual laser cannons.",
"longDescription": "## Galactic Jet Defender\n\nA fast-paced retro-arcade 2D space fighter plane shooter game built with HTML5 Canvas and native Web Audio API.\n\n### Features\n\n- 2D Space Fighter Jet Gameplay: Smooth 4-way WASD / Arrow Key steering with continuous dual laser fire\n- Pixel-Art Aircraft & Targets: Enlarged hitboxes featuring Interceptor Falcons, Crimson Vipers, and Void Dreadnought battlecruisers\n- Real-Time Starfield Parallax: Multi-layer starfield scroll, shield HP meter, wave progress, and score counters\n- Web Audio Synthesizer Sound FX: Native 8-bit laser zaps, shield hit impacts, and explosion rumbles built with browser Web Audio API\n- High Score System: Tracks wave progress and high scores in local storage",
"category": "js-fundamentals",
"tags": [
"animation",
"arcade-game",
"dom",
"javascript",
"layout-thrashing",
"performance",
"quest",
"reflow",
"rendering"
],
"techStack": [
"CSS3",
"HTML5",
"Vanilla JS",
"Web Audio API"
],
"difficulty": "Medium",
"status": "live"
},
{
"id": "git-bisect-detective",
"name": "Git Bisect Detective",
Expand Down
Loading
Loading