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

推荐订阅源

人人都是产品经理
人人都是产品经理
宝玉的分享
宝玉的分享
小众软件
小众软件
有赞技术团队
有赞技术团队
月光博客
月光博客
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
MyScale Blog
MyScale Blog
Engineering at Meta
Engineering at Meta
Stack Overflow Blog
Stack Overflow Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
N
Netflix TechBlog - Medium
D
Docker
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
MongoDB | Blog
MongoDB | Blog
WordPress大学
WordPress大学
J
Java Code Geeks
罗磊的独立博客
V
Visual Studio Blog
雷峰网
雷峰网
H
Help Net Security
T
The Blog of Author Tim Ferriss
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
大猫的无限游戏
大猫的无限游戏
F
Fortinet All Blogs

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 Farm 🌾 - Submission for the June Solstice Game Jam
Baruna Abirawa · 2026-06-21 · via DEV Community

Baruna Abirawa

June Solstice Game Jam Submission

Solstice Farm 🌾

Welcome to Solstice Farm, a relaxing farming simulator made specifically for the June Solstice Game Jam! ☀️

In this game, you have exactly one day (from dawn until dusk) to grow crops, water them, harvest, and sell them to the shop before the solstice sun sets.

🎮 Play the Game!

You can play the game directly in your browser here:
👉 https://solstice-farm.vercel.app/

(Note: It may take a few seconds to load the Python engine on your first visit!)


🎥 Gameplay Demo


🛠️ How I Built It

I built this game using Python and the Pygame library. Since I wanted everyone to be able to play it easily without downloading anything, I compiled the Python code into WebAssembly using Pygbag and hosted it via Vercel.

Key Features:

  • Farming Mechanics: Till soil, plant seeds, water crops, and harvest.
  • Dynamic Sky: The background sky changes color smoothly from morning to sunset.
  • Golden Hour: Crops harvested just before sunset yield 2x the gold!
  • Immersive Audio: Background music and sound effects for tools and interactions.

💻 Source Code

Feel free to check out the code, give it a star ⭐, and see how it works under the hood:

GitHub logo barunaxyz / solstice-farm

A mini Harvest Moon-style farming game set on the longest day of the year. Built for DEV June Solstice Game Jam 2026.

🌾 Solstice Farm

A mini Harvest Moon-style farming game set on the longest day of the year.

Built for the June Solstice Game Jam on DEV Community.


🎮 About the Game

It's the Summer Solstice — the longest day of the year. You've inherited an old farm from your grandfather, and you have one extraordinary, sun-drenched day to bring it back to life.

Plant seeds, till the soil, water your crops, and harvest them before the solstice sun sets. Sell your harvest at the shop to buy better seeds. Every second of sunlight counts — crops grow fastest at midday when the sun is at its peak!


✨ Features

  • 🧑‍🌾 Top-down player character — Walk around your farm with WASD/Arrow keys
  • 🗺️ Tile-based world — Explore your farm, the shop, and the water well
  • 🌱 Full farming cycle — Till → Water → Plant → Grow → Harvest
  • 🌻 5

👥 Team

  1. Baruna
  2. Bastian Heskia Silaban😎

🏆 Categories I'm Entering

  1. Main Prompt: The entire core loop of Solstice Farm is built around the passage of time on the solstice day. The dynamic sky changes color as the day progresses, and players must rush to harvest before the solstice sun sets!
  2. Best Google AI Usage: I used Google's DeepMind AI (Antigravity/Gemini) as my pair-programming partner! The AI helped me architect the Pygame loop, debug WebAssembly compilation issues, convert audio formats for the web, and successfully deploy the game to Vercel.

🌟 Reflections

This Game Jam was an amazing experience! Building a web-playable game using Python had its challenges (like handling WebAssembly scaling and audio formats), but figuring them out was incredibly rewarding.

Thank you for playing, and I hope you enjoy your time at the farm! Let me know what your highest gold score is in the comments! 👇