
Mid-Century Teak Scramble
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 :)
The full gallery
Tech stack
27 projects

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

Free browser games that teach Mac keyboard shortcuts through gameplay, no download or signup needed.
@EjCruz77 · X
Just launched Keyverse — a free browser game that teaches you Mac keyboard shortcuts by playing, not memorizing. No install. No signup. Just open and train. #buildinpublic #indiedev #macOS

Interactive lessons in math, programming, data analysis, AI, and science.
@BruceWayne95290 · X
just leaving a comment cause its 1am and im vibe coding, will come back tomorrow (on an alt account for open claw fyi) I've worked with the following brands: vytadose, bajabeachco, jaje health, eric javits, 4knines, welleco, coatdefence

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 mahjong with English letter tiles to test and improve vocabulary.
Brucepac · V2EX
[VIBE CODING]打麻将啦,三缺一,就差背单词的你啦! 英语麻将,集学习、娱乐为一身的新型麻将,将牌面换成英文字母,单词量越大的人,越能和牌。寓教于乐,是一种学习英语的新方式。 这是我用 AI 全程 vibe coding 做的第一个网页游戏,分享一下: https://englishmahjong.com 免注册直接玩,前端已开源: https://github.com/Bruce-pac/EnglishMahjong-web 来考验你们的词汇量吧! 欢迎来玩来喷。

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.

A browser game that turns text selection frustration into a peaceful puzzle challenge.
@PreciseAccident · X
I turned one of the most frustrating mobile experiences into a tiny browser game. When the world's most frustrating text selection meets peaceful words.

Change one letter at a time to reach the target word in this free, no-login word puzzle.
poople game — 字母拼字游戏,逐个添加字母直到拼出目标单词

Navigate sensory trials to escape the cycle of rebirth in this meditative game.
@weirdcodesx · X
Built with Claude AI.Code & Play: 💻 🎮 #Gamedev #IndieDev #JavaScript #VibeCoding #HTML5

Negotiate with an AI cast to escape a room where everyone's keeping score.
ilia_foo · HN
Read the Room – a social LLM puzzle

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

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