
Color Match Game — Daily Color Memory Challenge
观察颜色4秒后凭记忆复原,测试你的色彩辨识能力。
@index_caogen · X
我的新游戏网站 Color Match Game 上线了 🎨 观察一个颜色 4 秒,然后凭记忆用色相、饱和度和亮度把它还原出来,看看你的色彩记忆能得多少分。 每天 5 道挑战,全球玩家题目相同。 完全免费,无需注册。 来试试你能不能超过我: #独立开发 #独立游戏 #小游戏
完整作品展
技术栈
22 projects

观察颜色4秒后凭记忆复原,测试你的色彩辨识能力。
@index_caogen · X
我的新游戏网站 Color Match Game 上线了 🎨 观察一个颜色 4 秒,然后凭记忆用色相、饱和度和亮度把它还原出来,看看你的色彩记忆能得多少分。 每天 5 道挑战,全球玩家题目相同。 完全免费,无需注册。 来试试你能不能超过我: #独立开发 #独立游戏 #小游戏

通过调整 HSB 滑块来猜测匹配动漫颜色的在线游戏。
ToonTone — 在线动漫猜颜色小游戏

One hidden picture a day, same for everyone. Draw as little as you can before you name it, lower is better.
@lukkais · X

在反向Wordle游戏中遵循颜色提示避免猜中答案。
lby910722 · V2EX
做了一个免费的 Don't Wordle 反向 Wordle 小游戏 最近做了一个原生浏览器版的 Dont Wordle: https://dontwordle.app/ 玩法和 Wordle 反过来:不是尽快猜中隐藏单词,而是要在遵守每一轮颜色提示的前提下,尽量避免猜中答案。页面里有合法单词数量、Undo 、每日局、本地保存进度,不用登录。 技术上是原生页面里的小游戏组件,不是 iframe 。欢迎试试,有反馈也可以直接回帖。

每日艺术问答游戏,猜测画家并保持连胜。
@stantokman · X
please destroy it

每日逻辑谜题游戏,灵感来自Shikaku和LinkedIn Patches。
patches game — 每日逻辑谜题游戏

使用HSB滑块调整来猜测卡通角色的准确颜色。
Toon Tone — 浏览器里的动画角色颜色猜测游戏,玩家使用 HSB 滑块还原目标颜色,每轮显示色相、饱和度、亮度偏差得分,支持手机微调、种子分享和排行榜

Obstruction 是一款日间滑动拼图游戏,不同颜色的方块有不同移动规则。
u/DailyObstruction · Reddit
Obstruction - A daily sliding puzzle Obstruction is a puzzle where the aim is to slide the green piece to the target. Sounds simple, but pieces have movement restrictions depending on their colour so the solution isn't always as easy as it seems. With a fresh puzzle every day and a short playtime, this game can become a fun habit that slips right into your daily routine. Compete with your friends to see who can solve it in the shortest time or fewest moves using the share button


多人在线实时画图猜词游戏,创建房间分享链接即可畅玩。
DoodleGuesser — 免费在线画图猜词派对游戏,创建房间分享链接与朋友即时畅玩,实时画图猜词,自动计分轮换,无需下载注册


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