
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 — 每日逻辑谜题游戏

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 :)

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/) 
Play a collection of browser games.
@tastybunwich · X
I vibe coded something similar to this 😂😂

Learn to code and build projects through interactive games and challenges designed for the LLM era
@RahimNathwani · X
Not a direct answer but the guys at Exercism (non-profit that publishes really good and free programming language self-study courses) recently launched a separate site to teach junior programmers both vibe coding and software engineering fundamentals.

Complete security quizzes across 5 levels to prove your code understanding.
u/rontop151 · Reddit
I vibe-coded an anti-vibe-coding app. Yes. I used AI to build a whole academy that trains you to stop blindly shipping AI code. Five levels. Security quizzes. Badges. A streak. The whole “read the error before you panic” curriculum. It’s like building a gym while eating pizza on the treadmill. Play it here → https://videcodingacademy.web.app This post was also vibe-coded. Happy Vibe Coding 😂 submitted by /u/rontop151 to r/SideProject [link] [comments]

Level Devil is a platformer game testing reflexes with hidden traps and deceptive exits.
stigo · V2EX
终于把小游戏站后端管理系统做出来了,全程没写一行代码,都是 AI 写的... ## 用系统上的第一个站 👉 [Level Devil]( https://leveldevilgames.top/)  - 一个 SITE_ID 就是一个网站,后续持续运营上新页面只要后台管理页面鼠标点点就行了  - 前端模板交给 AI 就行了,碰到赏心悦目的直接 copy 过来 ## 接下来就是不断上站💪🏻💪🏻

Escape seven sealed chambers by solving seven puzzles in this free browser-based first-person game.
@ax1ora · X
Released The Sealed Chambers 🗝️ A free browser-based first-person escape room built with @threejs. 7 rooms. 7 puzzles. Can you escape? Play on @itchio: Thanks @majidmanzarpour for the Claude Code skills for Three.js! #webgl #gamedev #threejs

Playable collection of small, absurd AI projects, each taking about ten seconds
@KarolBuilds · X
My AI slop at is so underrated that I’m the only visitor.

Play a free 5v5 voxel tactical FPS with bomb-planting gameplay instantly in your browser.
@voxstrikegame · X
10 days ago, VOXSTRIKE was a rough first demo. This is what it looks like now. Built with Claude and Claude Code across 98 releases and 290 commits: a new map, parties, weapons, onboarding, graphics, mobile support, smarter bots, and more. Play free:

A domino game where players match musical note values to play their tiles.
@GergelyIgneczi · X
Check out what I just built with Lovable! This is a music educational game.

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