
Pixeal · a daily picture puzzle
One hidden picture a day, same for everyone. Draw as little as you can before you name it, lower is better.
@lukkais · X
完整作品展
技术栈
20 projects

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

每天免费玩新的Word Search拼词游戏,无需登录。
Daily Word Hunt — 每日更新的 Word Search 划词解谜小游戏,无需注册,提供主题系列与打印包,支持 Google 登录同步进度 - [源码](https://github.com/s87343472/daily-word-hunt)

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

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

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

纽约时报 Connections 游戏的每日提示、答案和完整存档。
Connections Hint — 收集了《纽约时报》Connections 游戏从上线至今每一期的答案和解谜提示,每日更新。

在浏览器中玩经典2048益智游戏。
surunzi · V2EX
没写过游戏尝试下,目前对普通人来说,写一个自己的简单小游戏,在开发这块确实已经不是什么困难的事了。 [2048]( https://tinker.liriliri.io/zh/guide/official-games/2048.html):[在线玩]( https://tinker.liriliri.io/games/2048/)  [扫雷]( https://tinker.liriliri.io/zh/guide/official-games/minesweeper.html):[在线玩]( https://tinker.liriliri.io/games/minesweeper/)  [蜘蛛纸牌]( https://tinker.liriliri.io/zh/guide/official-games/spider-solitaire.html):[在线玩]( https://tinker.liriliri.io/games/spider-solitaire/)  [滚石迷宫]( https://tinker.liriliri.io/zh/guide/official-games/ball-maze.html):[在线玩]( https://tinker.liriliri.io/games/ball-maze/) 
通过 Times Tables Workout 练习乘法表。
@amanry28 · X
I don’t know why isn’t it getting that much attention it’s actually a big deal for people who do vibe coding, for people like who develop micro apps daily. As a teacher it’s so ise to just tell students to go to and practice tables… It’s so amazing

通过掌握感官来逃脱转世循环。
@weirdcodesx · X
Built with Claude AI.Code & Play: 💻 🎮 #Gamedev #IndieDev #JavaScript #VibeCoding #HTML5

玩Parry来识别AI生成的错误,通过每日益智游戏锻炼你的判断力。
u/CogniKing · Reddit
Play Parry — a 2-minute daily puzzle about catching AI's mistakes: spot the planted flaw, catch the answer that's lying to you I have been recently fascinated with puzzles as a way to help improve my BS-radar when using AI. I designed Parry to help with this - One puzzle a day - find the one flaw hidden in a confident paragraph, pick which of two AI answers actually helps you (one is subtly useless), call a claim true/false. Free, no account, nothing you input leaves your devi

IntelligenceMax: 解答自适应AI生成的谜题来训练推理能力,从错误中学习。
u/connerpro · Reddit
IntelligenceMax - Adaptive reasoning practice with live AI questions (claim-safe near vs far) submitted by /u/connerpro to r/SideProject [link] [comments]

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