
Patches - Free Daily Logic Puzzle Game | Play Patches Online
Daily logic puzzle game inspired by Shikaku and LinkedIn Patches.
patches game — 每日逻辑谜题游戏
The full gallery
Tech stack
60 projects

Daily logic puzzle game inspired by Shikaku and LinkedIn Patches.
patches game — 每日逻辑谜题游戏

A simple but challenging counting game with polished interaction details.
数数游戏 — 数数游戏,简洁但不简单,交互细节人性化 (PC)

Daily Street View geography game where everyone plays the same five locations, one attempt per day.
@wildspacegames · X

Daily hints and answers for the NYT Connections puzzle game, with complete archives.
Connections Hint — 收集了《纽约时报》Connections 游戏从上线至今每一期的答案和解谜提示,每日更新。

Solve grid logic puzzles in a calm, meditative experience.
@birkinapps · X
Logic Loom is out now on iOS 🧩 A calm collection of grid logic puzzles — Want to try before installing? Play the web demo, no download needed. iOS: demo: #puzzlegame #indiedev

Practice multiplication tables with an interactive workout app.
@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

Unscramble word tiles to solve puzzles in this word game.
@JRABARA1 · X
Mid-Century Teak Scramble download freighter app, dm your wallet serves as feedback :)

Play a browser-based block puzzle game with Classic and Cascade modes, Daily Challenges, and global leaderboards.
@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

Slide the green piece to the target with unique movement rules for each colored piece.
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

A browser-based 2048 puzzle game.
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/) 
Interactive diagnostic revealing how many of your 69 cases are still open.
@ShivamRaut1610 · X

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