
完整作品展
技术栈
10 projects


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

在浏览器中即时玩精选的 HTML5 和 WebGL 游戏,无需下载或登录。
WaHaGameStore — 在线 HTML 游戏,免登录、免下载

通过文字、语音和视频与他人讨论和辩论各种话题。
@nameisnotanoun · X

SZ Games 提供 1000+ 款免费在线游戏,无需下载,直接浏览器畅玩。
SZ Games — 提供超过 1000 款免费在线游戏的平台,涵盖动作、益智、赛车、模拟等多种类型。无需下载,直接在浏览器中畅玩,支持 PC、手机、平板等多平台设备

部署宝可梦防守9条路线抵御敌人波浪,收集升级。
PokePath-TD — PokePath-TD一款海外爆火的宝可梦塔防游戏,在9 条不同的路线上抵御一波又一波的敌人,失败了也可以累积资源和升级宝可梦成员。

进行有时限的辩论练习,由AI评判并获得反馈。
@prof_safezone · X
Gambling on debate rounds with AI judges.

Level Devil 是一款考验反应速度的平台跳跃游戏,充满隐藏陷阱和欺骗性关卡。
stigo · V2EX
终于把小游戏站后端管理系统做出来了,全程没写一行代码,都是 AI 写的... ## 用系统上的第一个站 👉 [Level Devil]( https://leveldevilgames.top/)  - 一个 SITE_ID 就是一个网站,后续持续运营上新页面只要后台管理页面鼠标点点就行了  - 前端模板交给 AI 就行了,碰到赏心悦目的直接 copy 过来 ## 接下来就是不断上站💪🏻💪🏻

Codnite是开发者竞技平台,解决编程挑战并进行1v1对战。
@md_shadann · X

让AI模型通过3D动画展现香蕉植物的完整生命周期来比较性能。
fran-mora · HN
I gave 5 AI coding agents one prompt: grow a banana plant through its whole life in three.js: sprout, leaves, flower, fruit, rot, then pups that restart the loop. It's deceptively simple and yet very hard to get right from procedural code: you have to write working three.js and understand how the plant is actually built; how it hangs, ages and decays. Get the biology wrong and the code renders something weird. These are agents, not bare models (Claude Code and Codex for now). They can use tools, including playwright to check their work and improve it.