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

推荐订阅源

博客园 - 司徒正美
M
MIT News - Artificial intelligence
博客园_首页
IT之家
IT之家
L
LangChain Blog
D
DataBreaches.Net
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Google DeepMind News
Google DeepMind News
Blog — PlanetScale
Blog — PlanetScale
人人都是产品经理
人人都是产品经理
博客园 - Franky
云风的 BLOG
云风的 BLOG
罗磊的独立博客
量子位
G
Google Developers Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
博客园 - 【当耐特】
博客园 - 叶小钗
S
SegmentFault 最新的问题
Stack Overflow Blog
Stack Overflow Blog
B
Blog
T
Tailwind CSS Blog
A
About on SuperTechFans
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com

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 Runner: Chasing the Sun with React, Three.js, an...
S M Tahosin · 2026-06-22 · via DEV Community

S M Tahosin

June Solstice Game Jam Submission

This is a submission for the June Solstice Game Jam

What I Built

For this challenge, I wanted to build something fun that really captures the vibe of the June Solstice. Being a web developer, I decided to create a 3D browser game from scratch called Solstice Runner. My main goal was to mix interactive web technologies with a bit of artificial intelligence to make the gameplay feel alive. The game celebrates the longest day of the year by having the player navigate a vibrant 3D world chasing the sun.

You can play it live right here in your browser: Play Solstice Runner

Video Demo

Here is a quick video demo of the gameplay so you can see it in action before trying it out:

Code

I have open-sourced the entire project. You can check out the code and see how everything was put together below:

How I Built It

Building this was a really cool learning experience. I started by scaffolding a React project with Vite because I wanted a fast development setup. For the 3D graphics, I used React Three Fiber. If you have ever tried setting up a pure Three.js scene with cameras and lighting manually, you know how much boilerplate it takes. React Three Fiber made it super easy to drop 3D objects into my React components.

One of the most interesting decisions I made was integrating the Google AI API. Instead of hardcoding all the game logic and dialogues, I used the API as a special feature to generate dynamic interactions on the fly. It took a little bit of tweaking to get the prompts right so it wouldn't slow down the game, but the end result was totally worth it. It gives the game a much more unpredictable and fun feel.

Prize Category

I am submitting this project for the Best Google AI Usage and Best Ode to Alan Turing categories.

For the Google AI usage, I integrated the Google AI API to drive some of the core dynamic interactions in the game, making the experience different every time you play.

For the Alan Turing category, the logic behind the AI interactions and the "runner" concept serves as a nod to Turing's incredible contributions to computing and artificial intelligence.

Thanks for checking out my game, and I hope you have fun playing it!