
Block Blast Solver - Block Blast Cheat
Get AI-powered solutions for Block Blast puzzles by uploading a screenshot.
BlockBlastCheat — 为你的 Block Blast 游戏提供最佳解法
The full gallery
Tech stack
27 projects

Get AI-powered solutions for Block Blast puzzles by uploading a screenshot.
BlockBlastCheat — 为你的 Block Blast 游戏提供最佳解法

Block distracting websites by solving math or coding puzzles.
hackitup7 · HN
TLDR built a Chrome site blocker that lets you into distracting sites only after you do some math or simple coding (JS only right now). Direct link to extension (the site just gives you more context): https://chromewebstore.google.com/detail/sphinx-earn-your-di... Philosophically it's a speed bump rather than a hard gate, because you'll eventually tear a gate down but you'll leave a speed bump. I've always eventually removed site blockers, or just had them become a nuisance that I reflexively dismiss before getting to distracting sites. Site blockers don't really reduce the "start navigating to a distracting site" muscle memory, and they eventually just become annoying. Dopamine is a hell of a drug. At the same time, I've been getting frustrated that my intermediate/advanced math skills have atrophied, and becoming more senior in my career (plus AI...) has caused my coding skills to atrophy even further. Realistically I'm not going to force myself to do math or coding exercises aft

Play a crypto-themed asteroid shooter arcade game with power-ups and leaderboards.
@biteroidsarcade · X
☄️ Blast through waves of crypto-themed asteroids in the most addictive retro arcade reboot on the web. ⭐ Collect power-ups, chase high scores, master the grind, climb the leaderboard 🕹️ Play anywhere — desktop or mobile, same account & progress 👉

Play the Riddle School escape puzzle game series in your browser.
Riddle School — Riddle School 是一款以校园为背景的解谜冒险游戏,采用简单直观的点击操作方式,适合各类玩家上手。游戏通过一系列环环相扣的谜题,引导玩家不断思考不同道具和场景之间的关系。解谜过程清晰,让人能够专注于推理本身。

Create interactive games, polls, and quizzes with AI for presentations and events.
u/molefrog · Reddit
create multiplayer apps that you can play with friends or share with coworkers. Like Slido/Kahoot but you can create your own one with AI. It can build polls, quizzes or games. had this idea for a while, the space isn't new and there is apps like Kahoot that presenters or educators use for polling/quizzes. however the templates are limited, so I decided to ship my own vibe-coding IDE for generating these. you just describe it for example "noise meter: people scream at their phon

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/) 
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.

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

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:

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