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

推荐订阅源

B
Blog RSS Feed
有赞技术团队
有赞技术团队
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
阮一峰的网络日志
阮一峰的网络日志
V
V2EX
Y
Y Combinator Blog
Jina AI
Jina AI
G
Google Developers Blog
Last Week in AI
Last Week in AI
博客园 - 叶小钗
H
Hackread – Cybersecurity News, Data Breaches, AI and More
L
LangChain Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
V
Visual Studio Blog
aimingoo的专栏
aimingoo的专栏
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
J
Java Code Geeks
Stack Overflow Blog
Stack Overflow Blog
IT之家
IT之家
The GitHub Blog
The GitHub Blog
D
Docker
量子位
罗磊的独立博客
腾讯CDC

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
NOONFALL: A Solstice Game About a City Where the Sun Forg...
anaykushwaha · 2026-06-22 · via DEV Community
Cover image for NOONFALL: A Solstice Game About a City Where the Sun Forgot to Set

anaykushwaha

June Solstice Game Jam Submission

This is a submission for the June Solstice Game Jam (https://dev.to/devteam/join-the-june-solstice-game-jam-1000-in-prizes-3jla?bb=263597)

What We Built

We built NOONFALL, a short 2D story-action game inspired by the June solstice. The game follows a courier carrying the last fragment of night through a city where the sun refuses to set. Sunlight drains the player’s energy, while shadows restore it. Players dash through exposed areas, avoid shadowless enemies, collect memory fragments, and survive a final chase before choosing the city’s fate.

Video Demo

The demonstration video link (with voiceover/commentary): https://youtu.be/mHQhZl5JKHQ

Code

GitHub repo: https://github.com/ariv-chaudhry/Summer-Solstice-Hackathon-2026.git

How We Built It

We built NOONFALL with Phaser 3, TypeScript, and Vite as a browser-playable game. The project was structured around separate systems for movement, energy, dialogue, enemies, levels, HUD, audio, and the final chase. Levels are data-driven, with platforms, sunlight zones, shadows, enemies, checkpoints, and story triggers defined separately. This helped us iterate quickly while keeping the code clean and manageable.

Team

This was built by a team of two (we call ourselves the Hackstreet Bois):
Ariv Chaudhry (development) - DEV: @arivchaudhry
Anay Kushwaha (assets / visuals) - DEV: @anaykushwaha