This is a submission for the June Solstice Game Jam
What I Built
For this challenge, I explored the concept of the Solstice from two entirely contrasting design philosophies: Real-Time Operational Defense and Philosophical Narrative Decay. Rather than submitting a single static entry, I built a dual-game interactive experience:
- The Turing Hinge (Zero-Day Solstice): A high-stakes cybersecurity triage simulator. You play as a SOC Analyst stuck at a temporal loop point during the peak of the June Solstice. With the past erased and the future locked, you must make real-time choices to defend the network using only the absolute present moment.
- Solstice Entropy: A soft, meditative text adventure exploring the inevitable decay of systems, environments, and choices as the solstice sun crosses its absolute apex and begins its regression.
🕹️ Play Both Games Instantly:
Project 1: The Turing Hinge
Project 2: Solstice Entropy
Game Interface Gallery
While a full video walk-through isn't included, both interactive games are fully running, stable, and completely playable directly via the CodePen embeds above. Below are structural snapshots of the user interfaces in action:
Code
Both games are written in pure HTML, CSS, and Vanilla JavaScript. Because they are designed to run instantly inside the browser without configuration, you can view the complete source logic and play with the code directly on my public CodePen repositories:
📸 Development Workspace Snapshots
Below are structural snapshots of the codebase directly from the CodePen workspace environment:
1. The Turing Hinge Interface
![The Turing Hinge Terminal]
Features a retro-futuristic dark mode cyber-terminal theme with responsive neon glows mimicking a live SOC triage environment.
2. Solstice Entropy Interface
![Solstice Entropy Canvas]
Features an elegant glassmorphic interface with fluid, meditative gradient transitions tailored for introspective narrative choices.
How I Built It
These games balance each other technically and conceptually.
-
The Turing Hinge Engine: Built with raw state-machine logic in Vanilla JavaScript managing dynamic stage progression (
currentStage). The UI mimics a high-security monitoring terminal leveraging high-contrast system alert colors (Success green, Critical red, Warning orange) to heighten tension. -
Solstice Entropy Engine: Features a minimalist layout utilizing glassmorphic panels and fluid, slow CSS keyframe transitions (
@keyframes fadeIn) to simulate an organic emotional canvas. It uses localized object state maps tracking interactive trajectory selections (playerPath), ensuring a personalized narrative conclusion.
Both mechanics force the user to interact purely with raw, present-moment triage logic or fluid intuition, bypassing historical telemetry entirely.
Prize Category
I am submitting this project to the following category:
- Best Ode to Alan Turing: The Turing Hinge is a direct homage to original computer science architecture. It heavily incorporates cryptographic themes, a simulated "Mimi-test" identity spoofing system, and features a final victory mechanism reliant on executing a "Universal Machine" script. The core design is inspired entirely by Turing’s famous observation: "We can only see a short distance ahead, but we can see plenty there that needs to be done."