
Banana Battle
Lob bananas across a destructible pixel skyline in this retro artillery duel browser game.
arrozconcosas · HN
Banana Battle – DOS Gorillas rebuilt as a web game
The full gallery
Tech stack
60 projects

Lob bananas across a destructible pixel skyline in this retro artillery duel browser game.
arrozconcosas · HN
Banana Battle – DOS Gorillas rebuilt as a web game

Create visual boards that group ideas by color and structure them with branches, then share without login.
@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

Tap keys in rhythm to master sprint physics and set records in this rhythmic challenge game.
stigo · V2EX
继续上站,今天顺便修了 2 个 bug,系统越用越顺手了 ## 不废话,直接上链接👇👇👇 - [Play Speed Stars Online for Free]( https://speed-stars.top/)  - [Drive Mad Unblocked]( https://speed-stars.top/)  ## 后面计划多做几个模板,告别千篇一律

Fast 5-letter word finder for Wordle, Scrabble, and crosswords with position and letter filtering.
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 。现在主要想收集一下文字游戏玩家 / 做工具站朋友的反馈:哪些筛选项、排序逻辑或移动端交互还可以再改?

Free online generators and decision tools including Yes/No Generator, Random Picker, Spin the Wheel, and Word Counter.
@qt_nest · X

Practice typing with AI feedback, real-time scores, and personalized drills.
@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

Learn code skills with flashcards, quizzes, and AI tutoring built on memory science.
@mkappworks · X
I am building lets connect

Generate interactive 3D worlds in seconds with text and photos using AI for games, research, and robotics.
ai world generator — 用文本和照片生成自然风光视频的 AI 工具网站

Restore and colorize faded or black-and-white photos using AI.
@jay4fun_ · X

Interactively paint and decode procedural Wang tile patterns from FF9's ocean.
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

Real-time 3D visualization of SKHYNIX orderbook on Hyperliquid
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 去接入了。做着来玩,欢迎大家给点反馈。

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