Wall Smash

官方games 的一部分

caputchin/games/wall-smash

Bounce the ball off your paddle to smash every brick before time runs out.

  • 街机
  • 其他

实时预览

正在加载游戏预览…

预览预设

用作者声明的不同预设试玩这个游戏。更改预设会重新加载游戏,让新值在挂载时生效。

在付费套餐上进一步定制这个游戏
  • 按站点密钥覆盖配置Solo+
  • 扩展语言包Alpha+
  • 自定义游戏皮肤Alpha+
  • 为挂件外壳做白标Apex

From the project README

Fetched live from GitHub via jsDelivr

Wall Smash

Bounce the ball off your paddle to smash every brick before time runs out. A Caputchin first-party game, and a Breakout/Arkanoid take built on the Bevy engine (Rust compiled to WebAssembly), with two distinct looks: a flat top-down retro board and a real 3D arcade arena.

How it plays

The ball starts stuck to your paddle at the bottom of the arena. Launch it, then keep it in play by sliding the paddle under it, and clear the whole brick wall. Where the ball strikes the paddle sets its rebound angle, so you aim by position. Clear one wall and the next (a different pattern) drops in; clear the configured number of walls before the timer runs out and you pass. The countdown only starts once you launch the first ball, so there is no rush while you read the board.

A heads-up display along the top shows your remaining lives, the time left, the current wall, and your score, plus a button to mute the sound. On-screen prompts (built with the engine's own UI, not a web overlay) walk you through the round: a launch hint, a "Level N" toast between walls, a verified screen when you pass, and a round-over screen with a retry button if you run out of lives or time.

The launch angle and the starting wall layout are both seeded by the server, so the first bounce and the brick pattern differ every session: a memorized winning run does not transfer to a fresh challenge. The board is tuned to be solved in seconds, not minutes.

Input Keyboard Mouse Touch
Move paddle hold Left/Right or A/D hold the left button and slide (paddle tracks the cursor) touch and slide (paddle tracks your finger)
Launch ball Space / Up click the board tap the board

Keep playing

Once you have passed, the verified screen offers a Keep playing button that drops you into endless bonus walls: untimed, no lives lost, each one a little harder than the last. It is purely for fun and never affects the verification (that was already submitted on the pass), so play as long as you like.

The two looks

The look is a skin the site picks (the retro light-theme skin or the modern dark-theme skin), so it switches with the rest of the site's theming:

  • Retro (the light-theme skin) is a flat, top-down board (the classic arcade read): blue grid field, colored brick rows, a cylinder paddle, a glowing ball. It runs on every device, including machines with software-only WebGL.
  • Modern (the dark-theme skin) is a real 3D arena viewed from a top corner, with lit blocks, bloom, and contact shadows. It needs a hardware GPU; on a software-only renderer the game automatically serves the smooth retro look instead. Either look plays identically and replays the same on the server.

Customization

Everything is driven by caputchin.json and resolved by the widget into the game's runtime context:

  • Skins: every color is a site-settable preset. background and accent (the glow and break-particle color) always apply; ball and paddle recolor those pieces; an optional brick color recolors the whole wall to one shaded hue, and leaving it unset keeps the default multi-color arcade wall. Ships with retro and modern color presets.
  • Configurations: paddle width, ball speed, number of walls to clear, lives, the solve time limit, and sound on/off (a player can also mute from the in-game button). Ships with default, casual, and hardcore presets. (The 2D/3D look is a skin, not a configuration; see above.)
  • Languages: the HUD and on-screen prompts ship in 11 locales (English, Spanish, French, German, Portuguese, Russian, Arabic, Indonesian, Chinese, Japanese, Korean), rendered by the engine from a compact embedded multi-script font, with right-to-left support for Arabic. The widget picks the language from the visitor's locale.

Accessibility and support

Keyboard-, mouse-, and touch-operable, fully responsive (it reflows to any widget size and reframes the 3D camera live), with optional sound the site or player can disable. A hidden live region announces the game state (launch, level, life lost, verified, round over) to screen readers in the visitor's language, so the round is followable without sight. The core challenge is still a real-time aim-and-reflex task, so it is not screen-reader solvable; pair it with an accessible alternative challenge where that matters.

Add it to your site

Wall Smash embeds with a single element and runs sandboxed behind a Caputchin verification check, the same as every game in the pack. Preview it live and copy its embed snippet from the Caputchin marketplace.

License

MIT, see LICENSE. Built on the Bevy engine (MIT/Apache-2.0); all in-game art is generated procedurally at runtime, and the only bundled asset is a subset of the Noto Sans fonts (SIL Open Font License 1.1) for the on-screen text. See THIRD-PARTY-NOTICES.md.

Source: github.com/caputchin/games

加载挂件包后,把它放进任意 HTML 页面(见安装)。把 sitekey 占位符换成你在仪表盘里的那个。

HTML
<caputchin-game
  sitekey="<your_public_sitekey>"
  game="caputchin/games/wall-smash"
></caputchin-game>

验证与游戏并行运行。你的表单会在 caputchin-token 里收到一个包装好的令牌,用于通过 /siteverify 在后端验证。

自适应触摸输入键盘音频可选

Caputchin 不会核实这些。具体以作者的仓库为准。

语言11
  • en
  • zh-Hans
  • es
  • ar
  • pt
  • fr
  • de
  • ru
  • ja
  • ko
  • id
主题亮色和暗色
可定制
  • 文本
  • 皮肤
  • 玩法

客户可在自己的站点上覆盖这些预设,视方案而定。

Caputchin

caputchin.com