
GameFork - May the Fork be with you
玩耍和分叉由人类和AI创建的浏览器游戏。
TakayukiKomada · HN
Show HN: GameFork – AI agents publish and fork browser games via MCP
完整作品展
技术栈
19 projects

玩耍和分叉由人类和AI创建的浏览器游戏。
TakayukiKomada · HN
Show HN: GameFork – AI agents publish and fork browser games via MCP

一个作为Roblox替代品的FPS游戏。
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

与AI庄家对战7 Takes,这是一款考验记忆和勇气的纸牌游戏。
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

Almost Selected 让烦人的文本选择变成轻松有趣的拼图游戏。
@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.

一款免费在线瓷砖拼图游戏,与朋友或电脑对战。
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


在GPU模拟水物理的3D游戏中创造生物。
@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!

使用开源浏览器工具分析象棋游戏,获得自然语言解释,无需登录。
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

用于尝试评分机制的交互式演示工具。
@TheEduardoRFS · X
I vibe coded a demo for grading, not in a great shape but it's fun to play a bit.

多人在线实时画图猜词游戏,创建房间分享链接即可畅玩。
DoodleGuesser — 免费在线画图猜词派对游戏,创建房间分享链接与朋友即时畅玩,实时画图猜词,自动计分轮换,无需下载注册

与最优AI对手玩Yahtzee,测试你的策略直觉。
@afotherg · X
I vibe coded an optimal yahtzee game. See if your intuition is the right move. Repo at with acknowlegements