<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: kiran</title>
    <description>The latest articles on DEV Community by kiran (@kiranbasnal).</description>
    <link>https://dev.to/kiranbasnal</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3996232%2F738af44f-7b24-4df8-95b1-617a1b74128c.jpeg</url>
      <title>DEV Community: kiran</title>
      <link>https://dev.to/kiranbasnal</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/kiranbasnal"/>
    <language>en</language>
    <item>
      <title>Solstice Protocol: A Puzzle Adventure to Save the Longest Day</title>
      <dc:creator>kiran</dc:creator>
      <pubDate>Tue, 23 Jun 2026 10:46:32 +0000</pubDate>
      <link>https://dev.to/kiranbasnal/solstice-protocol-a-puzzle-adventure-to-save-the-longest-day-1gcl</link>
      <guid>https://dev.to/kiranbasnal/solstice-protocol-a-puzzle-adventure-to-save-the-longest-day-1gcl</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F1r3kdo12nhr04yzzg3tc.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F1r3kdo12nhr04yzzg3tc.png" alt=" " width="800" height="502"&gt;&lt;/a&gt;&lt;br&gt;
This is a submission for the June Solstice Game Jam&lt;/p&gt;

&lt;p&gt;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.&lt;/p&gt;

&lt;p&gt;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.&lt;/p&gt;

&lt;p&gt;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.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Core Features&lt;/strong&gt;&lt;/p&gt;

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

&lt;p&gt;** Video Demo**&lt;/p&gt;

&lt;p&gt;&lt;a href="https://youtu.be/4edt1JkrK6E" rel="noopener noreferrer"&gt;https://youtu.be/4edt1JkrK6E&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The video demonstrates:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Drone movement and exploration&lt;/li&gt;
&lt;li&gt;Daylight countdown system&lt;/li&gt;
&lt;li&gt;Puzzle solving&lt;/li&gt;
&lt;li&gt;Gemini Oracle interactions&lt;/li&gt;
&lt;li&gt;Sector progression&lt;/li&gt;
&lt;li&gt;Solar Core restoration sequence&lt;/li&gt;
&lt;li&gt;Final victory sequence&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Code&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;GitHub Repository:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/kiranbasnal9876/solstice-protocol-game" rel="noopener noreferrer"&gt;https://github.com/kiranbasnal9876/solstice-protocol-game&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Playable Version:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://kiranbasnal9876.github.io/solstice-protocol-game/" rel="noopener noreferrer"&gt;https://kiranbasnal9876.github.io/solstice-protocol-game/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;How I Built It&lt;/p&gt;

&lt;p&gt;The game was built as a browser-based JavaScript project using a modular scene architecture.&lt;/p&gt;

&lt;p&gt;Puzzle Design&lt;/p&gt;

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

&lt;p&gt;Turing Enigma Decryptor&lt;/p&gt;

&lt;p&gt;Players decrypt encoded words using Caesar-shift cryptography inspired by Alan Turing's work in codebreaking.&lt;/p&gt;

&lt;p&gt;Daylight System&lt;/p&gt;

&lt;p&gt;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.&lt;/p&gt;

&lt;p&gt;Gemini Oracle&lt;/p&gt;

&lt;p&gt;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.&lt;/p&gt;

&lt;p&gt;Theme Inspiration&lt;/p&gt;

&lt;p&gt;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.&lt;/p&gt;

&lt;p&gt;As the facility fails, daylight fades. Every repaired node becomes a fight to preserve the longest day.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Prize Category&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Best Ode to Alan Turing&lt;/p&gt;

&lt;p&gt;Alan Turing's influence is woven directly into the gameplay.&lt;/p&gt;

&lt;p&gt;The game includes:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Cipher decryption challenges&lt;/li&gt;
&lt;li&gt;Binary conversion puzzles&lt;/li&gt;
&lt;li&gt;Debugging exercises&lt;/li&gt;
&lt;li&gt;Turing Archive lore entries&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;These mechanics celebrate the foundations of computer science, cryptography, and logical reasoning pioneered by Turing.&lt;/p&gt;

&lt;p&gt;Best Google AI Usage&lt;/p&gt;

&lt;p&gt;The Gemini Oracle serves as the Helios Facility's onboard AI assistant.&lt;/p&gt;

&lt;p&gt;Players can interact with the Oracle to:&lt;/p&gt;

&lt;p&gt;Request hints&lt;br&gt;
Learn about facility systems&lt;br&gt;
Explore lore&lt;br&gt;
Discover information about Alan Turing&lt;br&gt;
Receive gameplay assistance&lt;/p&gt;

&lt;p&gt;The Oracle was designed as both a gameplay feature and an immersive narrative component.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Final Thoughts&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;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.&lt;/p&gt;

&lt;p&gt;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.&lt;/p&gt;

&lt;p&gt;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.&lt;/p&gt;

&lt;p&gt;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.&lt;/p&gt;

&lt;p&gt;Thank you for reviewing Solstice Protocol.&lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>gamechallenge</category>
      <category>gamedev</category>
      <category>programming</category>
    </item>
  </channel>
</rss>
