- This is a submission for the June Solstice Game Jam*
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
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
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 ☀️🌑
Top comments (0)