
Mid-Century Teak Scramble
解拼中世纪主题单词瓷砖的益智游戏。
@JRABARA1 · X
Mid-Century Teak Scramble download freighter app, dm your wallet serves as feedback :)
完整作品展
技术栈
27 projects

解拼中世纪主题单词瓷砖的益智游戏。
@JRABARA1 · X
Mid-Century Teak Scramble download freighter app, dm your wallet serves as feedback :)

Keyverse 是免费浏览器游戏系列,通过关卡教你 Mac 快捷键,无需下载。
@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

Brilliant 提供数学、编程、数据分析、人工智能和科学的交互式课程。
@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

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

Jiki 通过编码游戏和挑战学习编程基础,适合 LLM 时代
@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.

Almost Selected 让烦人的文本选择变成轻松有趣的拼图游戏。
@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.

改变字母逐个拼出目标单词的免费文字谜题游戏
poople game — 字母拼字游戏,逐个添加字母直到拼出目标单词

通过感官考验逃离轮回的冥想游戏。
@weirdcodesx · X
Built with Claude AI.Code & Play: 💻 🎮 #Gamedev #IndieDev #JavaScript #VibeCoding #HTML5


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

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