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

推荐订阅源

C
Check Point Blog
GbyAI
GbyAI
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - 叶小钗
U
Unit 42
Engineering at Meta
Engineering at Meta
aimingoo的专栏
aimingoo的专栏
Y
Y Combinator Blog
Google DeepMind News
Google DeepMind News
Vercel News
Vercel News
美团技术团队
雷峰网
雷峰网
Recent Announcements
Recent Announcements
有赞技术团队
有赞技术团队
D
DataBreaches.Net
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Apple Machine Learning Research
Apple Machine Learning Research
J
Java Code Geeks
罗磊的独立博客
MyScale Blog
MyScale Blog
博客园_首页
IT之家
IT之家
F
Fortinet All Blogs
博客园 - Franky

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
Solstice Arcade: Festival of Light
HARD IN SOFT OUT · 2026-06-21 · via DEV Community
Cover image for Solstice Arcade: Festival of Light

HARD IN SOFT OUT

June Solstice Game Jam Submission

This is a submission for the June Solstice Game Jam

Solstice Arcade: Festival of Light – Submission for June Solstice Game Jam 2026

Play Solstice Arcade Now!

Solstice Arcade: Festival of Light

React TypeScript Firebase Vite License

A highly polished, multi-genre retro web game built for the June Solstice Game Jam 2026. Experience interactive themes combining Solstice, Pride Month, Juneteenth, Alan Turing's cipher heritage, World Cup football soccer, and international Sushi Day.

Collect all 14 Starlight Fragments, solve hidden ciphers, and challenge other operands in the global leaderboard!


🎮 Game Modes

1. Spectrum Architect (Solstice + Pride + Turing)

Unravel ciphers using an interactive enigma-like rotor device. Experience high-fidelity color spectrum mappings where cryptography meets chromatic light calibration.

  • Goal: Uncover 30 distinct color-clue riddles.

2. Solstice Sumo (Pride + World Cup)

A hyper-fast physics canvas battle in a vibrant circle. Push your opponent out of bounds or secure celestial light balls.

  • Goal: Outmaneuver opponents, maintain circular leverage, and trigger high-speed dashes.

3. Echoes of Galveston (Juneteenth + Rhythm)

An interactive synchronized Web Audio beat-tapping rhythm game commemorating emancipation. High-density audio…

🎮 Game Description

"Solstice Arcade: Festival of Light" is an interactive web experience celebrating humanity's diversity under the light of the longest day. Serving as an anthology of 5 mini-games, users solve puzzles and complete challenges honoring distinct cultural, historical, and mathematical milestones around the solstice, including Juneteenth, international sushi day, the World Cup, and Alan Turing's monumental contributions.

✨ Key Features

  • 5 unique mini-games (Spectrum, Galveston, Sumo, ShadowChef, LongestSecond).
  • Cinematic historical intros preceding each game mode.
  • Hidden tasks & Starlight Fragments designed to reward exploratory interactions.
  • Easter egg "The Shadow of Turing" (Enigma skin and TTS monologue).
  • Leaderboard (updated via GitHub Actions + Firestore).
  • 4-layer security architecture (Brainfuck parser, Enigma simulator, server validation, client countermeasures).

🔐 Security & Anti-Cheat

We implemented a robust 4-layer security mechanism designed out of respect for Alan Turing's cryptographic legacy:

  1. Brainfuck Obfuscation Engine: Encodes payloads on the fly using a pure TypeScript interpreter.
  2. Enigma M3 Simulator: Encrypts offline progression flags through classic multi-rotor permutations.
  3. Server Validation: Cloud functions ensure hidden task proofs are completely deterministic and immutable.
  4. Client Countermeasures: Blocks developer tools shortcuts, detects headless browser bots, and dynamically evades simplistic state rewrites.

🤖 Google AI Usage (Gemini API)

  • Dialog Curator: Used to process user feedback and contextualize narrative events in the hub.
  • Designed with high-performance guardrails using the prompt API for creative dialogue generation in-engine.

🏆 Best Ode to Alan Turing

  • Enigma cipher: Recreated accurate wiring sets for an Enigma M3 model, serving as a core puzzle component in the "Spectrum" mode.
  • Brainfuck interpreter: A nod to computational architecture and esolangs, directly verifying Turing completeness.
  • Easter egg "The Shadow of Turing": Clicking the hub menhir 7 times securely unlocks an immersive "Enigma" UI skin and triggers a poignant spoken monologue.

🛠️ Tech Stack

  • React 18 + TypeScript
  • Vite + Tailwind CSS
  • Firebase (Auth, Firestore, Cloud Functions)
  • Web Audio API (beat detection, sound synthesis in Galveston mode)
  • Canvas API (rendering the Hub, Sumo, LongestSecond)
  • GitHub Actions (leaderboard sync via automated chron-jobs)

🧪 Testing & Quality

  • Unit Testing: Developed Vitest suites targeting the Brainfuck interpreter, Enigma engine, and validation logics to rigorously guarantee operational security.
  • Component Testing: Setup skeleton test architectures using React Testing Library.
  • E2E Testing: Established Playwright workflows mocking interactions from authentication to hub traversal.

👨💻 Credits

Developer: Jack / Hard In Soft Out - dev.to/ggle_in

Video Demo

Code

Solstice Arcade: Festival of Light

React TypeScript Firebase Vite License

A highly polished, multi-genre retro web game built for the June Solstice Game Jam 2026. Experience interactive themes combining Solstice, Pride Month, Juneteenth, Alan Turing's cipher heritage, World Cup football soccer, and international Sushi Day.

Collect all 14 Starlight Fragments, solve hidden ciphers, and challenge other operands in the global leaderboard!


🎮 Game Modes

1. Spectrum Architect (Solstice + Pride + Turing)

Unravel ciphers using an interactive enigma-like rotor device. Experience high-fidelity color spectrum mappings where cryptography meets chromatic light calibration.

  • Goal: Uncover 30 distinct color-clue riddles.

2. Solstice Sumo (Pride + World Cup)

A hyper-fast physics canvas battle in a vibrant circle. Push your opponent out of bounds or secure celestial light balls.

  • Goal: Outmaneuver opponents, maintain circular leverage, and trigger high-speed dashes.

3. Echoes of Galveston (Juneteenth + Rhythm)

An interactive synchronized Web Audio beat-tapping rhythm game commemorating emancipation. High-density audio…