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

推荐订阅源

罗磊的独立博客
Recent Announcements
Recent Announcements
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
有赞技术团队
有赞技术团队
J
Java Code Geeks
T
The Blog of Author Tim Ferriss
MyScale Blog
MyScale Blog
人人都是产品经理
人人都是产品经理
aimingoo的专栏
aimingoo的专栏
U
Unit 42
The GitHub Blog
The GitHub Blog
云风的 BLOG
云风的 BLOG
T
Tailwind CSS Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - 三生石上(FineUI控件)
Apple Machine Learning Research
Apple Machine Learning Research
小众软件
小众软件
Hugging Face - Blog
Hugging Face - Blog
博客园 - 司徒正美
腾讯CDC
I
InfoQ
GbyAI
GbyAI
博客园_首页

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
Long Day, Tiny Vampire
Anika Jha · 2026-06-18 · via DEV Community

This is a submission for the June Solstice Game Jam

One day. One coffin. One very tired vampire.

homepage

Link for gameplay

(long-day-tiny-vampire)

What I Built

The longest day of the year.
The worst day to be a vampire.

🦇☀️⚰️

Long Day, Tiny Vampire is a browser game about a tiny vampire whose coffin gets accidentally shipped away during a series of June celebrations.

Now he's stuck outside on the June Solstice, desperately trying to get home before sunset.

Along the way, you'll:

🍣 Hide beneath giant sushi trays on International Sushi Day

🩴 Launch yourself across beaches during National Flip-Flop Day

🌈 Cross rainbow pathways created by music at a Pride Parade

🔐 Solve cryptic puzzles in an Alan Turing-inspired garden

☀️ Survive the Longest Afternoon, where shadows almost disappear

The goal? Get home. Try not to become ash.

Video Demo

Code

Built as a browser game so anyone can play instantly.
Check out the GitHub Repository

How I Built It

I wanted every level to feel like a completely different celebration rather than repeating the same platforming mechanics over and over.

Instead of designing five levels with the same gameplay, I built five different puzzle experiences connected by a single survival mechanic: sunlight.

The central system is the Dynamic Shadow System.

As the day progresses, the position of the sun changes, and shadows become smaller and smaller. Safe zones literally shrink as the player moves closer to the harshest part of the day. By the time players reach The Longest Afternoon, finding shade becomes a puzzle of its own.

Each celebration introduces a different style of interaction:

  • Sushi Day focuses on timing and moving shadows.
  • Flip-Flop Day uses physics-based traversal.
  • Pride Parade introduces chromesthesia-inspired puzzles where music paints the world with colour.
  • Turing's Garden focuses on pattern recognition and codebreaking.
  • The Longest Afternoon becomes a resource management challenge where every patch of shade matters.

To reinforce the feeling of a journey, I added several narrative systems:

  • Postcards left behind by the missing coffin.
  • Time-based dialogue from Nox and the Sun.
  • Solstice Memories hidden throughout the world.
  • Optional secret routes and alternate paths.

One of the biggest design goals was making the player feel the passage of time.

The game begins at sunrise.

The game ends at sunset.

Everything in between is a race against the longest day of the year.

Prize Category

Best Ode to Alan Turing

One of the game's major locations is Turing's Garden, a puzzle-filled maze inspired by Alan Turing's work in logic, cryptography, problem solving and Butterflies.

Players solve pattern-based challenges, decode encrypted notes, and uncover a hidden ending that celebrates curiosity, imagination, and the importance of being yourself.

Rather than treating Turing as a historical footnote, I wanted his influence to feel woven into the experience itself.

A hidden Alan Turing ending for players who collect every encrypted note!!

Best Google AI Usage

Google AI was used throughout the ideation and design process to explore gameplay concepts, refine puzzle ideas, shape narrative elements, and iterate on level design.

The game evolved from a simple "vampire versus sunlight" concept into a journey through June celebrations, blending storytelling, puzzle mechanics, and emotional progression into a cohesive experience.