
Block Blast Solver - Block Blast Cheat
上传 Block Blast 游戏截图,获取最佳解法。
BlockBlastCheat — 为你的 Block Blast 游戏提供最佳解法
完整作品展
技术栈
27 projects

上传 Block Blast 游戏截图,获取最佳解法。
BlockBlastCheat — 为你的 Block Blast 游戏提供最佳解法

通过解数学或编程谜题来屏蔽干扰网站,戒除拖延
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

加密主题的小行星街机游戏,收集道具并在排行榜上竞争。
@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 👉

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

用 AI 为演讲、会议和活动创建交互式民调、测验和游戏。
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

每日逻辑谜题游戏,灵感来自Shikaku和LinkedIn Patches。
patches game — 每日逻辑谜题游戏

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

在浏览器中玩经典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/) 
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.

在这款免费浏览器第一人称游戏中,解决七个谜题逃脱七个密闭房间。
@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

免费5v5体素战术射击游戏,在浏览器中即刻开玩。
@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:

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