
Banana Battle
这是一款复古风格的炮兵对战游戏,通过投掷香蕉摧毁对手。
arrozconcosas · HN
Banana Battle – DOS Gorillas rebuilt as a web game
完整作品展
技术栈
60 projects

这是一款复古风格的炮兵对战游戏,通过投掷香蕉摧毁对手。
arrozconcosas · HN
Banana Battle – DOS Gorillas rebuilt as a web game

创建用颜色分组和分支结构的视觉看板,支持无需登录分享。
@shiftibis · X
Indie project 📝 ReBox: visual boards where color = group and branches = a file tree — both at once. Share links open without login (anyone with the link can edit). A Claude connector builds boards for you. English UI just shipped. #buildinpublic

按键打节拍掌握冲刺物理,在 Speed Stars 中创造纪录。
stigo · V2EX
继续上站,今天顺便修了 2 个 bug,系统越用越顺手了 ## 不废话,直接上链接👇👇👇 - [Play Speed Stars Online for Free]( https://speed-stars.top/)  - [Drive Mad Unblocked]( https://speed-stars.top/)  ## 后面计划多做几个模板,告别千篇一律

5 Letter Word Finder:按 Wordle 线索快速筛选 5 字母单词。
lby910722 · V2EX
做了一个 5 Letter Word Finder:按 Wordle 线索快速筛 5 字母单词 最近做了一个英文 5 字母单词查找工具,主要给 Wordle / crossword / Scrabble 这类场景用: https://5letterwordsfinder.org/ 特点: - 可以按 green tile 的固定位置筛选 - 支持 must include / exclude letters - 支持 starts with / ends with / contains pattern - 支持 available letters ,用来做 anagram / rack search - 词库在前端本地跑,结果响应很快,不依赖远程 solver API - 有 common-only 模式,Wordle 场景不会被太多冷僻词淹没 我把工具放在首页第一屏,下面才是说明文档和 FAQ 。现在主要想收集一下文字游戏玩家 / 做工具站朋友的反馈:哪些筛选项、排序逻辑或移动端交互还可以再改?

免费在线生成器和决策工具,包含 Yes/No 生成器、随机选择器和转盘游戏。
@qt_nest · X

通过 AI 反馈进行打字练习,提高速度和准确性。
@AmitGajbhare · X
We build - a modern typing platform that helps people improve typing speed and accuracy with AI-powered practice, real-time feedback, progress tracking

用 flashcards、测验和 AI 辅导学习编程技能,基于记忆科学。
@mkappworks · X
I am building lets connect

用AI World Generator从文本和照片实时生成互动3D世界,用于游戏、研究和机器人。
ai world generator — 用文本和照片生成自然风光视频的 AI 工具网站

使用AI修复和上色褪色或黑白照片。
@jay4fun_ · X

交互式绘制FF9海洋中的Wang瓦片程序化图案
jawnston · HN
made a fun little website with AI to explain how the Oceans in FFIX are authored after days of slamming my head against the keyboard trying to deconstruct it

实时查看SKHYNIX订单簿的3D战场可视化
circlehotarux · V2EX
做了个海力士订单簿的 3D 游戏战场 https://skhx-battlefield.incircle.dev/ 灵感来源: https://x.com/realcryptoboost/status/2076920079305113938?s=20 看着灵感来源后想着最近自己有在关注海力士,就用 GPT-5.6 Sol 复刻了一个。一开始 AI 让我去找韩国股市的 API ,后面想着 Hypeliquid 24 小时都有交易,而且 API 免费就直接让 AI 去接入了。做着来玩,欢迎大家给点反馈。

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