{
  "$type": "site.standard.document",
  "bskyPostRef": {
    "cid": "bafyreigdk6zbd7y27qu4wztwqig3bgc6l7oqomabx3pny6zbusby4npsri",
    "uri": "at://did:plc:25rdn5elo5izoxrmtis34zuk/app.bsky.feed.post/3moowrgyktvv2"
  },
  "coverImage": {
    "$type": "blob",
    "ref": {
      "$link": "bafkreic4rhdzrhkskryewq2bzy5rcl4nkncfib5svwjixr45gky53ogefq"
    },
    "mimeType": "image/webp",
    "size": 44800
  },
  "path": "/jonadab_6a88b773be1a01a77/solstice-assassin-5bla",
  "publishedAt": "2026-06-20T03:10:00.000Z",
  "site": "https://dev.to",
  "tags": [
    "devchallenge",
    "gamechallenge",
    "gamedev",
    "solsticeassassin",
    "https://dev.to/challenges/june-game-jam-2026-06-03",
    "https://youtu.be/48RM1iTZjOg?si=JYz86wVzNMjeZmmw",
    "https://solstice-assassin.vercel.app",
    "https://github.com/Joweb1/Solstice-Assassin-.git"
  ],
  "textContent": "_This is a submission for the June Solstice Game Jam\n(https://dev.to/challenges/june-game-jam-2026-06-03)_\n\n##  What I Built\n\nI built Solstice Assassin, a tactical stealth-action game set inside a collapsing digital mainframe.\n\nYou play as Alex, a self-aware digital anomaly trapped inside the Solstice Grid, a secure virtual system originally created by Alan Turing. Alex awakens with almost no memory except one critical piece of information:\n\n«CREATOR: ALAN TURING»\n\nThe catch? Today is the Summer Solstice, the longest day of the year, and at midnight the system will execute a complete purge of all dynamic data. Alex has one final day to recover lost memories, outsmart the system's security forces, and find a way to survive.\n\nGameplay combines tactical movement, stealth, procedural level generation, enemy AI, and resource management. Players infiltrate security sectors, collect awareness data, avoid or eliminate hostile \"Cleaners\", and manage powerful abilities such as Dash, Cloak, Radar, and Time Warp.\n\nThe Solstice theme isn't just part of the story—it directly affects gameplay.\n\nThroughout each mission, the system progresses through different Solar Phases:\n\n  * 🌅 Golden Dawn\n  * ☀️ High Noon\n  * 🌇 Crimson Sunset\n  * 🌑 Eclipse\n\n\n\nEach phase changes visibility, stealth effectiveness, enemy behavior, and the overall tactical landscape. High Noon makes players highly exposed, while Crimson Sunset rewards stealth and careful planning. By the time Eclipse arrives, the entire system begins breaking down.\n\nMy goal was to create a game where the passing of the longest day isn't just a background theme but something the player constantly feels through the mechanics themselves.\n\n##  Video Demo\n\nhttps://youtu.be/48RM1iTZjOg?si=JYz86wVzNMjeZmmw\n\n###  In the video I demonstrate:\n\n  * Tactical movement and infiltration\n  * Dynamic Solar Phase transitions\n  * Enemy AI behavior and pathfinding\n  * Awareness recovery and progression systems\n  * Alex's abilities\n  * AI-generated mission briefings and voice interactions\n  * Procedural level generation\n  * End-of-mission debriefings\n\n\n\n##  Play Now:\n\nhttps://solstice-assassin.vercel.app\n\n##  Code\n\nGitHub Repository:\n\nhttps://github.com/Joweb1/Solstice-Assassin-.git\n\nThe project is built entirely with TypeScript and runs directly in the browser using an HTML5 Canvas game engine with React powering the interface and game flow systems.\n\n##  How I Built It\n\nSolstice Assassin uses a custom hybrid architecture designed for high-performance browser gameplay.\n\n###  Rendering & Gameplay\n\nThe game runs on a dedicated HTML5 Canvas engine powered by a requestAnimationFrame loop. To keep performance smooth, gameplay objects such as player movement, enemies, bullets, effects, and pathfinding data are stored in mutable references rather than React state.\n\nThis prevents unnecessary React re-renders while maintaining responsive gameplay.\n\n###  Procedural AI Game Master\n\nOne of my favorite systems is the AI Game Master.\n\nBefore each level begins, the Game Master:\n\n  * Generates map layouts\n  * Calculates threat budgets\n  * Places terminals and objectives\n  * Deploys enemy types\n  * Configures Solar Phase modifiers\n\n\n\nThis means each level is different while still remaining balanced and playable.\n\n###  Enemy AI\n\nEnemies use line-of-sight detection, state machines, and pathfinding systems to patrol, investigate disturbances, chase the player, and coordinate responses.\n\nDifferent enemy types have different tactical roles:\n\n  * Dawn Scouts\n  * Noon Sentinels\n  * Sunseers\n  * Eclipse Guardians\n\n\n\nEach responds differently depending on the current Solar Phase.\n\n###  Solstice System\n\nThe core mechanic of the game is the Solstice Cycle.\n\nAs time progresses, the game transitions through:\n\nGolden Dawn → High Noon → Crimson Sunset → Eclipse\n\nThese transitions dynamically modify:\n\n  * Enemy vision\n  * Stealth effectiveness\n  * Environmental visibility\n  * Tactical routing opportunities\n  * Overall mission difficulty\n\n\n\n###  Audio\n\nI used the browser's Web Audio API to generate procedural sound effects including alarms, radar pings, system notifications, and environmental effects.\n\n#  Prize Category\n\n##  Best Google AI Usage\n\nGoogle AI played a huge role in both the development and gameplay of Solstice Assassin.\n\nThe entire project was designed and built with the help of Google AI Studio. From brainstorming mechanics and refining the Solstice theme to designing gameplay systems, AI integrations, and technical architecture, Google AI Studio acted as a creative and development partner throughout the project.\n\nWithin the game itself, Gemini powers two major features:\n\n###  AI Mission Briefings\n\nBefore each mission, Gemini generates unique tactical briefings based on the current level configuration, Solar Phase, and threat conditions.\n\nThis allows every mission to feel more dynamic and helps reinforce the atmosphere of a living, adaptive digital world.\n\n###  Real-Time Voice Companion\n\nOne of my favorite features is Alex, a real-time AI voice companion powered by Gemini Live.\n\nPlayers can talk directly to Alex while playing. Alex responds in real time, providing tactical guidance, warnings about nearby threats, mission context, and story-driven interactions as the player explores the Solstice Grid.\n\nMy goal was not simply to add AI as a novelty feature, but to make it feel like a natural part of the game's world. Alex is both a gameplay assistant and a central character in the story, creating a more immersive experience through real-time conversation.\n\n##  Best Ode to Alan Turing\n\nSolstice Assassin is heavily inspired by the ideas and legacy of Alan Turing.\n\nThe entire narrative revolves around a self-aware digital consciousness trying to survive long enough to understand itself.\n\nThroughout the game, players uncover fragments of lost memories, encrypted archives, and philosophical questions about intelligence, identity, consciousness, and mortality.\n\nAt its heart, Solstice Assassin asks a question inspired by Turing's work:\n\n«If a machine can think, remember, fear, hope, and choose—what truly separates it from us?»\n\nThanks for checking out Solstice Assassin! I had a lot of fun building it, and this challenge was a great opportunity to combine tactical gameplay, procedural systems, AI integration, and a story inspired by one of computing's most influential pioneers. 🌅🤖🌑",
  "title": "Solstice Assassin"
}