
完整作品展
技术栈
60 projects


盲测猜谁是画手:对比由不同AI模型生成的鹈鹕SVG插图
u/Visby7 · Reddit
I Made a Website Where You Guess Which AI Model Drew The Pelican I tried building a guessing game The idea came from Simon Willison’s “pelican riding a bicycle” benchmark. You see two drawings and a model name, then guess which one that model drew. Everyone gets the same 10 daily questions. There’s also an Arena where you vote for your favourite drawing with the model names hidden and see how everyone else voted. https://beakmark.amapofwhat.workers.dev/ submitted

多人策略游戏融合象棋与骰子机制,与伙伴进行快速对战。
@z3roshot · X
Made up a game where chess meets dice: roll, shop, secretly place, fight. ⚄ Same deterministic engine runs the bots and the humans. Server-authoritative so nobody can peek at your hidden pieces. Built with Claude Code. Read more

从你选择的颜色、心情和风格生成自定义调色板,用于设计和品牌。
@AhnafSMuiz · X

Emotion Ball 表情馆:32 种 SVG 实时驱动的表情陈列,支持双语双主题。
sam70361 · GitHub
emotion-ball Emotion Ball 是一套面向 AI 助手的表情引擎:32 种状态表情全部由纯 SVG 与原生 JavaScript 实时驱动,零框架、零图片资源。AI 侧只需输出一个 emotionId,小球即可切换到对应表情,可直接用作聊天机器人、桌面宠物、悬浮助手的情绪表达层。

一个多人浏览器游戏,你绘制像素艺术,猜测他人的作品。
u/Southern-Swim-2801 · Reddit
I’ve been building this multiplayer browser game https://reddit.com/link/1vkutfn/video/x9dxm90iqmih1/player Would love for more people to try it. I used to play Skribbl all the time with my friends and kept thinking it’d be fun if you could make it more your own, so I ended up building my own version. You can add your own words with friends, there’s built-in audio so you can actually talk while playing, added a feature to draw using hand gestures through your camera and if you’re play


创建个性化课程并通过短课程学习,完成测验赚取硬币。
u/kiln213 · Reddit
Built Duolingo for Learning Anything! I wanted a way to learn anything in bite sized pieces and have fun! Learning requires active participation and spaced repetition to properly absorb what you learn, you need reps just like working out. How it works: - Enter a sentence and generate an entire learning curriculum for yourself, at your skill level, interest and depth, starting from the foundations and working your way up to expertise - Fact check and cite the sources it use

在手机浏览器上查找单词和解字谜的Words网页应用。
sgbeal · HN
Word-finder/anagram solver web app for mobile browsers

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

花$1竞拍世界地图上的国家并用你的颜色涂绘。
@bahadirsilan · X

根据随机Steam游戏列表测试你的游戏多样性评分。
@vibedcoder · X
This was the first public project I released since diving into Vibe Coding. I built it after stumbling across the old "Variety Gamer" spreadsheet that used to make the rounds back in the day. Hey, everyone has to start somewhere, right? 🎮 #VibeCoding