惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

MongoDB | Blog
MongoDB | Blog
宝玉的分享
宝玉的分享
博客园 - 三生石上(FineUI控件)
小众软件
小众软件
罗磊的独立博客
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
S
SegmentFault 最新的问题
Last Week in AI
Last Week in AI
人人都是产品经理
人人都是产品经理
博客园 - 聂微东
博客园 - 司徒正美
博客园 - 叶小钗
T
Tailwind CSS Blog
博客园 - Franky
V
V2EX
有赞技术团队
有赞技术团队
美团技术团队
雷峰网
雷峰网
爱范儿
爱范儿
Jina AI
Jina AI
D
DataBreaches.Net
H
Help Net Security
酷 壳 – CoolShell
酷 壳 – CoolShell

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
🌌 Lunar Fling Solstice Odyssey 🌝🌚 - Game Jam Submission
Megz Lawther · 2026-06-18 · via DEV Community

This is a submission for the June Solstice Game Jam

🌌 Lunar Fling Solstice Odyssey — Game Jam Submission🌚🌝

https://youtu.be/oVm40E8mE-g?feature=shared

What I Built:
Lunar Fling Solstice Odyssey is an atmospheric, multi-module physics and cryptographic space sandbox celebrating the astronomical June Solstice. In a retro-futuristic dark mode interface, players guide unique space creatures across solar winds, crack deep-space radio ciphers, and cultivate bioluminescent specimen arrays inside a protected lunar conservatory.
The application is structured into three elegant,

interactive core screens:
The Solar Fling Cannon (Physics Sandbox):

Players pull back mechanical slingshots to launch adorable space creatures toward the orbital gravitational pull of the Moon. The physics simulation features real-time trajectory trails, active orbital space debris/asteroids that deflect course, collision feedback, and high-contrast vector particles. Landing on outer orbits rewards players with collectible celestial resources (such as Lunite Crystals, Helios Amber, and Meteorites), while a direct bullseye collects essential ship-repair parts.

The Alan Turing Cryptographic Receiver: A game-within-a-game celebrating cryptographic history. During Solstice alignment peaks, stars emit unique deep-space rotational signals. Players use an interactive decryption interface to break ROT-13-encrypted words. The module includes active, expandable translation grids and educational decryption script snippets to teach players the underlying algorithm. Deciphering the code correctly will unlock a piece of the spacecraft for the build process.
**
The Dark Side Dome & Bio-Matrix Conservatory**:
A mystical laboratory housing exactly 10 genetically distinct bioluminescent species (ranging from crystalline geothermal dragon eggs like Ignis Aurum to celestial space-born flora like the Chronos Resonance Lotus). Players use smooth, interactive sliders to fine-tune each specimen's shape, color composition, complexity, and solstice resonance. The specimens are rendered using mathematical, procedurally animated canvas visuals and high-detail SVGs.
I also cleaned up browser microphone permissions and streamlined runtime modules, ensuring a lightweight and browser-compliant game client that launches perfectly on all preview links without prompt interruptions!

How I Built It:
Built in React with TypeScript and styled with Tailwind CSS, the architecture prioritizes high performance, interactive feedback, and strict scope discipline:
**Physics Engine & Dynamic Trail Rendering: **Constructed using standard HTML5 Canvas. A native collision pipeline maps bounding circles for orbiting obstacles, applying real-time path updates, bouncy rebounds, and particle explosion structures without external engine overhead.
**Microtonal Web Audio Synthesis: **Implemented native browser-synthesized micro-oscillators. Actions like dragging the launcher to full power, scoring a bullseye, or unlocking a cipher generate custom, atmospheric sine-wave sound elements in real time.

Mathematical SVG Bio-generators: The dome specimens are rendered based on procedural coordinate generation. By altering simple sliders, the React state dynamically rebuilds custom geometric paths (spirals, crystalline polygons, spikes, and ripples) wrapped in glowing SVG radial components.

*Full-Stack Signal API & State Sync: *
Built a robust Node.js server to handle incoming API requests for the cryptographic simulator, issuing unique random puzzles and validating answers on-demand via cryptographic endpoints.

Prize Category
🏆 Best Ode to Alan Turing

This game pays direct tribute to Alan Turing's legendary foundation in cryptography with the Turing Cryptographic Receiver. Instead of trivial minigames, players must decipher real substitution ciphers in real-time. The interface behaves like an educational terminal, supplying:
A visual double-row substitution map (A ↔ N) to physically translate character alignments.
A mathematical explanation of the ROT-13 shift algorithm.
A beautiful source code block in the UI showcasing how programmers implement modular substitution functions in active scripts.
💫 Summary of Final Polish with issues I encountered and Verification:
To guarantee a flawless experience for the competition's panel—
Prelink Stability: The production bundle serving static assets was refactored. The routing handles standard environment tags seamlessly, completely curing 404 errors on the prelink of my application, meaning it is permanently stable and ready for real time usage.
Microphone Permissions Decluttered: The application's metadata manifest (metadata.json) was lightened by fully removing unused permission requests. Reviewers will no longer see security pop-ups regarding microphone access as I initially had in the build for colour change aspects in the bioluminescent colour matrix section.
Build Check: Fully compiled and vetted using automated TypeScript checks, ensuring the application code is clean and perfectly optimized.

I had so much fun designing and through the iteration process. I hope you enjoy.

https://ais-pre-pk4lpw4ghnq6pnfotdsabf-142058924679.asia-southeast1.run.app/

Thank you.

Megan Lawther 18.06.2026