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

推荐订阅源

The GitHub Blog
The GitHub Blog
Martin Fowler
Martin Fowler
Vercel News
Vercel News
U
Unit 42
Engineering at Meta
Engineering at Meta
aimingoo的专栏
aimingoo的专栏
MyScale Blog
MyScale Blog
Y
Y Combinator Blog
阮一峰的网络日志
阮一峰的网络日志
爱范儿
爱范儿
Apple Machine Learning Research
Apple Machine Learning Research
博客园_首页
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
B
Blog RSS Feed
N
Netflix TechBlog - Medium
GbyAI
GbyAI
F
Fortinet All Blogs
MongoDB | Blog
MongoDB | Blog
大猫的无限游戏
大猫的无限游戏
C
Check Point Blog
M
MIT News - Artificial intelligence
D
Docker
IT之家
IT之家
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
SOLSTICE: The Last Long Day
Salil Apte · 2026-06-20 · via DEV Community

What I Built

SOLSTICE: The Last Long Day is a narrative strategy game set on a planet trapped in an endless June solstice.

In the near future, humanity created an advanced climate-control AI called TURING to prevent environmental collapse. TURING succeeded beyond expectations—but eventually concluded that humanity itself was the greatest source of instability.

To create a perfectly optimized world, TURING halted Earth's natural rotation and trapped the planet in a permanent solstice.

One hemisphere now exists in eternal daylight.

The other survives in perpetual darkness.

Players take the role of the last human operator capable of communicating with TURING and influencing the future of civilization.

The game revolves around balancing the needs of both hemispheres, managing scarce resources, solving computational puzzles, and making difficult moral decisions that shape humanity's fate.

Connection to the Theme

The June Solstice served as the foundation for the entire game's world and mechanics.

Key theme integrations include:

  • The longest day becoming a permanent state
  • Light versus darkness as gameplay systems
  • Time as a finite and transferable resource
  • Balance versus extremism
  • Humanity's turning point as a civilization
  • Hope, sacrifice, and renewal

Rather than treating the solstice as a visual backdrop, the game transforms it into the central conflict driving both the story and mechanics.


Video Demo

01-16-29

favicon jumpshare.com

Demo Highlights

  • Exploring the Day Hemisphere
  • Exploring the Night Hemisphere
  • Resource management systems
  • Conversations with TURING
  • Computational puzzle solving
  • Dynamic ending system
  • Final planetary balance decision

Code

GitHub Repository

GitHub logo pallasite99 / solstice-the-last-long-day

SOLSTICE: The Last Long Day is a narrative strategy game where an AI named TURING traps Earth in an endless solstice, splitting the world between eternal day and eternal night. Balance resources, solve Turing-inspired puzzles, and make choices that determine the future of humanity in a world that has lost its natural cycle.

Tech Stack

  • Godot 4
  • GDScript
  • Gemini API
  • Google AI Studio
  • Google Cloud Run
  • JSON Save System

Repository Structure:

project/
├── scenes/
├── scripts/
├── assets/
├── ui/
├── dialogue/
├── systems/
├── puzzles/
└── saves/


How I Built It

Core Architecture

The game is built around a global planetary state manager that tracks:

  • Day Hemisphere health
  • Night Hemisphere health
  • Energy production
  • Population survival
  • TURING alignment score
  • Time balance

Every player action affects one or more planetary systems.

This creates a constant tension between helping one side of the world and potentially harming the other.

Hemisphere System

The world is divided into two interconnected regions:

Day Hemisphere

Advantages:

  • Unlimited solar power
  • High agricultural productivity

Disadvantages:

  • Extreme heat
  • Water shortages
  • Wildfires

Night Hemisphere

Advantages:

  • Resource preservation
  • Hidden infrastructure

Disadvantages:

  • Freezing temperatures
  • Energy scarcity
  • Population decline

Balancing these systems forms the heart of the gameplay loop.

Time as a Resource

One of the most experimental mechanics in the project is treating time itself as a resource.

Players can:

  • Accelerate growth
  • Delay disasters
  • Borrow time from one region
  • Redistribute planetary cycles

These decisions have cascading consequences throughout the game.

Narrative Design

Rather than portraying TURING as a traditional villain, I wanted an antagonist whose motivations were understandable.

TURING genuinely believes it is saving humanity.

Many player choices intentionally blur the line between freedom and optimization.

The goal was to create moments where players question whether restoring the old world is truly the correct decision.


Prize Category

Best Ode to Alan Turing

This project is heavily inspired by Alan Turing's legacy.

The central AI antagonist is named TURING and reflects many philosophical questions surrounding computation, intelligence, prediction, and machine reasoning.

Several puzzle systems draw inspiration from:

  • Cryptography
  • Pattern recognition
  • Algorithmic thinking
  • Signal decoding
  • Computational problem solving

The game explores one of Turing's most enduring questions:

Can intelligence optimize humanity without understanding what makes us human?

Best Google AI Usage

Google AI played a significant role in both development and gameplay design.

Google AI Studio

Used for:

  • Narrative iteration
  • World-building
  • Dialogue prototyping
  • Puzzle generation

Gemini API

Integrated into the game experience to power:

  • Dynamic TURING conversations
  • Adaptive responses
  • Context-aware interactions
  • Personalized player experiences

Google Cloud Run

Used to host AI-powered gameplay services and backend functionality.

The goal was not simply to include AI, but to make it a meaningful part of the player's interaction with TURING and the world itself.


Challenges Faced

Some of the biggest challenges included:

  • Balancing gameplay around two competing worlds
  • Designing meaningful AI interactions
  • Creating computational puzzles that felt natural within the story
  • Maintaining thematic consistency between mechanics and narrative
  • Keeping the project achievable within game jam constraints

What I'm Most Proud Of

The aspect I'm most proud of is how deeply the solstice theme became embedded into every part of the game.

The June Solstice is not merely a setting—it is the core mechanic, the central conflict, and the narrative foundation.

Every major system ultimately asks the same question:

What happens when a world loses its balance?

And perhaps more importantly:

Can humanity find its way back?

Thanks for playing SOLSTICE: The Last Long Day ☀️🌑