GitHub contribution graph as 3D city flight game
A web game that turns a user's GitHub contribution graph into a 3D city where each day's commits become a building. The user flies a plane through the city in first-person view; crashing shows the date and commit count. Built using leftover LLM API quota, but the LLM is not a core part of the game itself.
Visit project ↗Entities
Related
GitHub commit history flight game
A browser game where you fly a plane through a 3D city generated from your GitHub commit graph. Each day with commits becomes a building, with height proportional to commit count, and lanes represent weekdays. The game was built entirely with AI (vibe-coded) without writing any code manually.
Interactive world map with customizable center and place names
A web-based world map that lets users set the map center to any location and rename places arbitrarily. The project uses Claude Code (an LLM-based coding assistant) to build the interactive map, enabling personalized geographic perspectives.
Community discusses impact of AI-generated game worlds on level designers
Google Genie 3, which turns text prompts into explorable 3D spaces, has sparked discussion about the future of level design as a profession. While the technology is still rough, commenters note that within a year or two it could be tested in production pipelines, raising concerns for designers who spent years mastering the craft.
Hobbyist game designer shares impressions of 5.6 Sol model
A hobbyist game designer reports using the 5.6 Sol model as the primary driver for co-developing a mobile game alongside GPT, Claude, and Gemini. They were 25% through development when 5.6 Sol released and found its coding, idea generation, and reasoning impressive.
GitHub Code Web Component: embed code from GitHub URLs
An experimental Web Component that fetches and displays code from GitHub URLs. It uses GPT-5.5 to generate the component based on a prompt, converting GitHub URLs to raw.githubusercontent.com URLs and fetching specific line ranges with line numbers. It solves the problem of embedding code snippets from GitHub repositories in web pages.
