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

推荐订阅源

博客园_首页
GbyAI
GbyAI
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Apple Machine Learning Research
Apple Machine Learning Research
大猫的无限游戏
大猫的无限游戏
阮一峰的网络日志
阮一峰的网络日志
Last Week in AI
Last Week in AI
V
Visual Studio Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
The Cloudflare Blog
博客园 - 【当耐特】
博客园 - 叶小钗
量子位
博客园 - 聂微东
S
SegmentFault 最新的问题
美团技术团队
Hugging Face - Blog
Hugging Face - Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
月光博客
月光博客
宝玉的分享
宝玉的分享
小众软件
小众软件
罗磊的独立博客
有赞技术团队
有赞技术团队
Stack Overflow Blog
Stack Overflow Blog

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
SOLS-RUNNER: My first educational game with AI to learn a...
Hung Hoang · 2026-06-22 · via DEV Community

SOLS-Runner

This is a submission for the June Solstice Game Jam

What I Built

SOLS-Runner is a narrative puzzle adventure inspired by the June Solstice and the idea that growth often comes through periods of darkness, uncertainty, and change.

Players take on the role of Leo, a young runner who feels disconnected from the world around him. During an evening run through Greenwood Park, he discovers a mysterious cosmic crystal that challenges him with a series of puzzles centered around astronomy, balance, and seasonal change.

As each challenge is solved, the world gradually regains its color. The gray landscape transforms into a vibrant environment, visually representing Leo's journey from stagnation toward hope and self-discovery.

The game combines storytelling, environmental progression, educational puzzles, and AI-assisted learning into a short experience that can be completed in a single sitting.

Key Features

  • Solstice-themed puzzle challenges
  • Environmental restoration system
  • World saturation progression (0% → 100%)
  • Interactive narrative experience
  • Gemini Crystal AI Tutor
  • Educational astronomy concepts integrated into gameplay

The core message of the game is simple:

Just as the Earth moves through cycles of darkness and light, people also move through periods of uncertainty, growth, and renewal.


Video Demo

https://youtu.be/4v1556bRoHU

The demo video showcases:

  • Leo's introduction and discovery of the cosmic crystal
  • Puzzle progression through all challenge stages
  • The Caesar cipher / Enigma-inspired puzzle
  • World saturation increasing as challenges are completed
  • Gemini Crystal AI Tutor explanations
  • The final reflection ending sequence

Code

GitHub Repository:

https://github.com/HungH206/sols-survivor

Live Demo:

https://sols-runner-640174174409.us-central1.run.app


How I Built It

I intentionally kept the scope small so that I could create a polished and complete experience within the game jam timeline.

Frontend

The game was built using:

  • Phaser.js
  • React
  • TypeScript
  • Vite
  • Tailwind CSS

Phaser was used to manage gameplay scenes and world interactions, while React handled interface elements such as challenge panels, dialogue systems, and puzzle interactions.

Environmental Progression

One of the central mechanics is the World Saturation system.

The game begins in a nearly colorless state. Every successful puzzle completion increases world saturation and transforms the environment. This visual progression reinforces both the solstice theme and Leo's emotional journey.

Puzzle Design

The puzzles introduce astronomy concepts such as:

  • Solstice
  • Equinox
  • Seasonal balance
  • Earth's relationship to sunlight

To make the experience more interactive, one of the puzzles was redesigned into a Caesar cipher / Enigma-inspired challenge where players rotate encoded letters to reveal the correct answer.

AI Integration

A custom Gemini Crystal AI Tutor was added to provide educational explanations after puzzle completion.

Players can ask the crystal why an answer is correct, why alternative answers are incorrect, and how the concept relates to seasons, light, and balance.

The game sends requests through a secure server endpoint that communicates with Gemini 2.5 Flash, ensuring API keys remain protected.


Prize Category

Best Google AI Usage

Google AI played a significant role throughout the project.

During development, Google AI Studio was used for:

  • Story brainstorming
  • Character development
  • Puzzle ideation
  • Scope refinement
  • Narrative writing
  • Educational content generation

In the final game, Gemini powers the Gemini Crystal AI Tutor, an in-game learning assistant that provides contextual explanations for puzzle answers and transforms educational content into an interactive experience.

Rather than using AI solely during development, I wanted AI to become part of the gameplay itself.

Best Ode to Alan Turing

One of the game's challenge sequences is inspired by classical cryptography and codebreaking concepts associated with Alan Turing's work.

The Caesar cipher / Enigma-inspired puzzle encourages players to decode hidden messages while learning about astronomical concepts related to the solstice.

This mechanic serves as a small tribute to Turing's contributions to computing, cryptography, and problem-solving.


Lessons Learned

This was an exercise in balancing creativity with scope.

I began with a much larger vision involving multiple locations, expanded puzzle systems, and additional mechanics. During development, I learned that reducing scope often leads to a stronger final experience.

By focusing on a single environment, a clear emotional journey, and a small set of polished mechanics, I was able to create a complete game that aligns closely with the theme of the jam.


Final Thoughts

SOLS-Runner is ultimately a story about movement.

Not just the movement of the Earth around the Sun, but the movement people experience as they navigate uncertainty, growth, and change.

Sometimes the longest journey begins with a single step into the unknown.