
GameFork - May the Fork be with you
Play and fork browser games built by humans and AI agents.
TakayukiKomada · HN
Show HN: GameFork – AI agents publish and fork browser games via MCP
The full gallery
Tech stack
20 projects

Play and fork browser games built by humans and AI agents.
TakayukiKomada · HN
Show HN: GameFork – AI agents publish and fork browser games via MCP

An FPS game built as a parent-friendly alternative to Roblox.
davitb · HN
I'm a father of two, 7 and 12. They are obsessed with Roblox, especially Rivals. Like a lot of parents, we did not love it. We tried the usual things: block it, limit it, set timers." It became a daily battle, a lose-lose situation. So I flipped the problem. Instead of fighting what they loved, I decided to lean into it, but with a twist. Why just play an FPS when you could build one together? My kids became the PMs. Claude and I became their engineer. I was shocked by how fast we moved. We picked a name, Cooked and started building. Get in. Lock in. Get cooked! In the first 3 hours, we had an actual FPS we could play together in the browser. Next day I invited my friend's two kids over. Suddenly, I had four PMs. We had 3 laptops, 1 iPad and 1 iPhone. So in 30mins we added mobile support and could play all 5 together. The kids would ask for features: "Can we have a rocket launcher that knocks people off the map?" "The knife should stab faster when you hold it." I know al

Play 7 Takes, a card game of nerve and memory, against an AI dealer.
u/termicrafter16 · Reddit
A friend taught me a Slovenian card game two days ago. GPT-5.6 Sol helped me turn our argument into an AI opponent. Two days ago, a friend taught me Sedmice, a traditional card game we play in Slovenia. The rules are simple, but we quickly got into an argument about the best moves. Naturally, I decided the reasonable way to settle it was to build an AI opponent. I wrote out the rules, project specification, architecture, and implementation details, then handed the logic to GPT-5.6 Sol. Ab

A browser game that turns text selection frustration into a peaceful puzzle challenge.
@PreciseAccident · X
I turned one of the most frustrating mobile experiences into a tiny browser game. When the world's most frustrating text selection meets peaceful words.

Play a free online tile-pattern game with friends or solo against the computer.
heliostatic · HN
A couple weeks ago we were on vacation with friends, and after the kids were asleep we played games -- mostly Qwirkle, which I had never played and am terrible at. I don't care about being terrible at games, so I made a web version to keep playing after vacation: build lines of tiles that share a color or a shape, 2-4 players (or add bots). I wanted it to be low friction, so there are no accounts. Your identity is an anonymous id in localStorage, and you can move it to another device by scanning a QR code or hitting a unique url. Start a game and text someone the link (game slugs are semi-memorable three word phrases), or "Play the computer" and you can play immediately against bots. Games are async-friendly with web push for turn notifications. The stack is one Node process on a small VM, Next.js + Socket.IO, no database. The server and the client use the same engine so moves validate optimistically, and the bots go through the same functions, so bot moves are always legal. State is

Online chess platform for kids with a focus on privacy and safety.
Jeffery

Forge creatures in a 3D game with GPU-simulated water physics.
@rand_monsterlab · X
A monster walks into a GPU-simulated pond. Reactive SPH water in the browser with @threejs + WebGPU. Every movement sends ripples through Coming soon. Follow @rand_monsterlab: #ThreeJS #WebGPU #VibeCoding #IndieGame #Monster

Play a browser-based game about conquering the world.
pzxc · HN
I've been using AI (mostly Claude, a little Cursor) to make video games, publishing a new one every day, for over 2 months Today's game is a simplified Risk clone called World Domination. Happy to answer any questions, would love any feedback!

Analyze chess games with natural language explanations using an open-source browser tool with no login required.
u/ICARUS_2X · Reddit
Spent 7 months building a FOSS platform for natural-language chess analytics (No LLM) Hey guys, I've released CHONSE2, an open-source game review platform that offers unlimited analysis and move explanations without using hallucination-prone LLMs, running entirely in your browser. chonse2.com But Lichess is free, so why use this? Some have asked. It expands on Lichess's feature set a few different ways: Full analysis (accuracy/elo estimations/eval graphs, etc) requir

Interactive demo for experimenting with grading mechanics.
@TheEduardoRFS · X
I vibe coded a demo for grading, not in a great shape but it's fun to play a bit.

Multiplayer drawing guessing game you can play instantly in your browser with friends.
DoodleGuesser — 免费在线画图猜词派对游戏,创建房间分享链接与朋友即时畅玩,实时画图猜词,自动计分轮换,无需下载注册

Play Yahtzee against an optimal AI to test your strategy intuition.
@afotherg · X
I vibe coded an optimal yahtzee game. See if your intuition is the right move. Repo at with acknowlegements