
完整作品展
技术栈
60 projects



Play Pachisi Reimagined free on Scrimtera. A tactical online board game with unique mechanics, multiple game modes, and a high skill ceiling.
@scrimtera · X

Neon Drift - 与朋友进行实时多人在线竞速
@mwadasi44340 · X
Check out what I just built with Lovable!


Play Nine Men's Morris online free. Challenge friends or the computer, form mills, and climb the rank ladder from Tiro to Augustus.
@fitimadili · X
- Play Nine Men's Morris for Free

上传照片创建AI虚拟伴侣,支持聊天、语音通话和生成合照。
My Lover Online — AI 虚拟伴侣平台,上传照片即可"复活"已故或离别的亲人、恋人、宠物,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


Bloxynator 是一款方块拼图浏览器游戏,拥有经典模式、每日挑战和全球排行榜。
@jovica_bojic · X
After months of building, my project is finally live. Bloxynator is a browser puzzle game built from scratch using vanilla JavaScript—no game engine, just web technologies. Now real work begins: improving, iterating, and shipping. 🎮 #buildinpublic

I've just tried vibe-coding a MODE7 demo this evening. The result is pretty impressive… https://t.co/CHfcIb7KyM https://t.co/EBKKsQy0Zo
@X65pc · X
I've just tried vibe-coding a MODE7 demo this evening. The result is pretty impressive…

免费 100v100 浏览器射击游戏,无需下载或账户即可与真实玩家对战。
u/SimesBis · Reddit
CrowdWar v0.4.1 : a solo 100v100 browser shooter (no download) whose roadmap is voted by players on the death screen. Vanilla JS + Node, on a free-tier ARM box. I've been building CrowdWar solo — a 100-vs-100 top-down multiplayer shooter that runs entirely in the browser (no download, no signup; pick a side and you're in a live battle in ~2 seconds). Sharing where it's at after this week's update, v0.4.1 . The stack : vanilla JS + canvas on the client, a Node.js WebSocket