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

推荐订阅源

Microsoft Security Blog
Microsoft Security Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
A
About on SuperTechFans
月光博客
月光博客
Jina AI
Jina AI
F
Fortinet All Blogs
博客园 - 聂微东
The Cloudflare Blog
美团技术团队
B
Blog RSS Feed
N
Netflix TechBlog - Medium
罗磊的独立博客
The GitHub Blog
The GitHub Blog
I
InfoQ
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Apple Machine Learning Research
Apple Machine Learning Research
H
Help Net Security
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
T
The Blog of Author Tim Ferriss
MyScale Blog
MyScale Blog
博客园 - 三生石上(FineUI控件)
宝玉的分享
宝玉的分享
阮一峰的网络日志
阮一峰的网络日志
V
V2EX

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 Protocol: A Puzzle Adventure to Save the Longest...
kiran · 2026-06-23 · via DEV Community


This is a submission for the June Solstice Game Jam

Solstice Protocol is a sci-fi puzzle adventure where players pilot a repair drone through the ancient Helios Solar Facility. A catastrophic system failure is causing daylight to disappear, and unless the facility is repaired before sunset, the world will be plunged into permanent darkness.

Players must explore multiple sectors of the facility and repair corrupted solar nodes while a global Daylight Protocol meter continuously drains. Every puzzle solved restores daylight and brings the system closer to stabilization.

The game combines exploration, problem-solving, cryptography, binary logic, and programming concepts into a single mission inspired by the June Solstice theme of light, darkness, time, and transformation.

Core Features

  • Real-time daylight countdown system
  • Multi-sector facility exploration
  • Logic sequence puzzles
  • Binary accumulator challenges
  • Programming debugging puzzles
  • Turing-inspired cipher decryption challenges
  • Gemini Oracle hint system
  • Dynamic victory and failure states
  • Sci-fi atmosphere and world-building

** Video Demo**

https://youtu.be/4edt1JkrK6E

The video demonstrates:

  • Drone movement and exploration
  • Daylight countdown system
  • Puzzle solving
  • Gemini Oracle interactions
  • Sector progression
  • Solar Core restoration sequence
  • Final victory sequence

Code

GitHub Repository:

https://github.com/kiranbasnal9876/solstice-protocol-game

Playable Version:

https://kiranbasnal9876.github.io/solstice-protocol-game/

How I Built It

The game was built as a browser-based JavaScript project using a modular scene architecture.

Puzzle Design

The facility contains four different puzzle systems:
Solar Alignment Sequence
Players identify number patterns and predict the next value.
Binary Solar Coupler
Players activate binary switches to match a target decimal value.
Solar Kernel Debugger
Players inspect code snippets and identify logical programming errors.

Turing Enigma Decryptor

Players decrypt encoded words using Caesar-shift cryptography inspired by Alan Turing's work in codebreaking.

Daylight System

A central gameplay mechanic is the Daylight Protocol meter. Daylight continuously drains as the player explores the facility. Successfully repairing nodes restores daylight, creating constant tension and urgency.

Gemini Oracle

The Gemini Oracle acts as the facility's AI assistant. Players can interact with it to receive contextual hints, learn about the facility, and access information about Alan Turing and the Solstice Protocol.

Theme Inspiration

The June Solstice marks the longest day of the year in the Northern Hemisphere. I wanted to transform that concept into gameplay by making daylight itself the resource players must protect.

As the facility fails, daylight fades. Every repaired node becomes a fight to preserve the longest day.

Prize Category

Best Ode to Alan Turing

Alan Turing's influence is woven directly into the gameplay.

The game includes:

  • Cipher decryption challenges
  • Binary conversion puzzles
  • Debugging exercises
  • Turing Archive lore entries

These mechanics celebrate the foundations of computer science, cryptography, and logical reasoning pioneered by Turing.

Best Google AI Usage

The Gemini Oracle serves as the Helios Facility's onboard AI assistant.

Players can interact with the Oracle to:

Request hints
Learn about facility systems
Explore lore
Discover information about Alan Turing
Receive gameplay assistance

The Oracle was designed as both a gameplay feature and an immersive narrative component.

Final Thoughts

First, I'd like to apologize for submitting close to the deadline. I spent most of my available time polishing the gameplay, puzzles, atmosphere, and overall experience of Solstice Protocol, and I wanted to share the best version I could create.

This project was built with a lot of enthusiasm around the June Solstice theme, combining daylight preservation, puzzle-solving, cryptography, programming concepts, and sci-fi storytelling into a single experience.

I would be very grateful if the judges and community could take a look at the project and provide feedback. As a developer, this challenge was a great opportunity to learn, experiment, and push myself to build something creative from scratch.

If there are any issues with the submission or if I missed any requirement, please let me know. I appreciate your time and consideration, and I hope you enjoy exploring the Helios Solar Facility and helping save the longest day.

Thank you for reviewing Solstice Protocol.