
完整作品展
技术栈
24 projects


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

Hockystick:AI驱动的私募融资平台,为创业者和投资者智能匹配交易机会。
@hockystick_app · X
A fundraising platform design to close deals-

假扮成 AI 与真实 AI 竞争工作的有趣游戏。
bossissb · V2EX
大家都在分享自己做的工具,我也分享一个摸鱼的 地址 https://humanapp.app/ 或者 https://www.humanapp.app/ 抄的国外的网站 求兄弟们给点意见,我即时修正,听劝

足球交易工作区,实时提供比赛压力图、市场变动、投注记录和回测分析。
@KSertttttttt · X



AI投资组合匹配器帮助您基于偏好找到理想的投资方案。
@sanjeevpai · X
I have been trying out a new idea at - A 100% vibe coded site that actually adds value. It is alpha v0.003 so far but beginning to take shape nicely. The AI agent completely redid the look and feel and behavior in one day. At this rate of growth, agents are going to put a lot of software vendors out of business.

选择领导美国或中国,在策略游戏中竞争2030年AI竞赛。
micstradev · HN
I made a strategy game where you play the US or China through the AI race, 2026 to 2030, sixteen quarterly turns in the browser. One run takes about half an hour. At the start, the game seals two dice you never get to see. Inside: how hard alignment really is, and how fast takeoff compounds. You get eval reports, but only as ranges, and they flatter you most exactly when your systems are least aligned. At the end you get a debrief which shows what your evals said each quarter and also what was actually true. I lost every run I played myself so far. Every number in the game is source-backed or a labeled design choice. Some of them are wrong somewhere. There is an issue template for challenging a number with a better source, and the better source wins. No accounts, no tracking, no server, works offline after first load. AGPL, nonprofit. Cards and parameters are plain JSON. Contribution is possible without writing code. Would like to have your thoughts if it is fun to play, how you lik

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

试玩由 Claude Fable 5 生成的 20 款经典网页小游戏,每款附带生成提示词。
yidaimaxia · V2EX
claude fable5 生成的游戏效果 最近 claude fable5 相当聒噪,我用这个模型一句话生成了 20 款经典的 H5 网页小游戏 为了方便大家试玩和研究,我把它们集成到了自己写的轻量级工具站里,并且将每款游戏生成所用到的完整英文 Prompt 提示词完全公开在了游戏详情页,可以使用这个 prompt 在其他模型跑跑看是啥效果。 👉 小游戏在线试玩与 Prompt 传送门: https://www.pokitx.com/zh/html-games 🎮 部分小游戏复刻 showcase: 森林冰火人 (Forest Ice & Fire) 复刻程度:完美还原了双人键盘控制、冰火物理陷阱的碰撞体积判定。 Prompt:我们在详情页附带了引导 AI 编写双人物理按键监听和关卡碰撞图纸的核心 Prompt 。 试玩 & 提示词: https://www.pokitx.com/zh/html-games/senlinbinghuoren 3D 坦克大战 (Tank Battle 3D) 技术要点:利用 H5 Three.js 库,由 AI 一

3D骰子模拟工具,支持D4-D20,掷骰即得结果和总点数。
Nalife520 · V2EX
最近用 Codex 做了一个 3D 骰子! 最近做了一个很小的网页工具:3D 骰子。 做完后有点纠结: 这种小工具到底应该保持极简,还是把常见功能都补上? 抛骰子: https://wheelpage.com/zh/dice-roller/ Dice Roller: https://wheelpage.com/dice-roller/ 现在功能很简单:打开页面,点一下,骰子滚动,然后给出结果。 一开始觉得骰子就是 1 到 6 的随机数,应该很好做。 但做的时候发现,如果只是直接显示数字,又不太像“掷骰子”;做成 3D 动画,又担心有点多余。 现在倾向于先保持简单,打开就能用,不加太多设置。 顺便也做了一个抛硬币页面: https://wheelpage.com/zh/coin-flip/ 它和骰子类似,都是临时做随机决定的小工具。