
Lets Go Bambasaur! by dragonhindix
Help Bamba find his mother in a browser-based puzzle game.
@kriticalDragon · X
This is a little vibe coded game project. Would love some feedback from the community who love games without idiotic propaganda.
The full gallery
Tech stack
60 projects

Help Bamba find his mother in a browser-based puzzle game.
@kriticalDragon · X
This is a little vibe coded game project. Would love some feedback from the community who love games without idiotic propaganda.

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

Interactive tool to solve Gothic Remake lock puzzles with diagrams and solution playback.
@rychorus1 · X
Just launched: Mini-map feature in After executing all the lock solution steps, a mini-map will show on-screen (except if you're already on the map screen). The mini map shows the current and nearby locks #GothicRemake #WorldOfGothic #BuildInPublic

Solve Brawl Stars slider puzzles by uploading a screenshot; the solver runs entirely in your browser.
@tuitersecreto · X
Stuck on the #EscapePyramidQuest sliding puzzle? 🧩 Meet Star Slider: upload a screenshot and get every move instantly. Your image never leaves your device, it all runs in-browser. Built with Codex by @OpenAI for the @BrawlStars community ⭐ #BrawlStars

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

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 。欢迎试试,有反馈也可以直接回帖。

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

Connect every matching pair, fill every square, and share your time. A new loople puzzle drops every day at midnight -- every one has exactly one solution.
@_zhain · X
wordle but you connect dots 🌈

Clear arrow paths in this browser puzzle game with story mode, daily challenges, and endless play.
wilddog · V2EX
搞了个摸鱼小游戏 https://arrowgo.net/zh-cn 箭头消除游戏 有独立的闯关模式 有每日挑战 有无尽模式 还支持自己编辑地图

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

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/) 
Guess Mr. Tim's number across three difficulty levels and compete on the local leaderboard.
@TMTDigitals · X
Check out what I just built with Lovable! I am currently learning python programming. I wrote the entire logic of this game(Number guessing game) myself with python. I gave the zip file to lovable and prompted it to build a Web app(UI) for my logic. Enjoy