Живой предпросмотр
Загрузка предпросмотра игры…
Пресеты предпросмотра
Попробуй игру с разными пресетами, которые объявил автор. Смена пресета перезагружает игру, чтобы новое значение вступило в силу при монтировании.
From the project README
Fetched live from GitHub via jsDelivrFruit Slash
Swipe to slice the flying fruit, avoid the bombs. A Caputchin first-party game, written clean-room in framework-free TypeScript and rendered on a 2D canvas so the play field is opaque to DOM scrapers.
How it plays
Fruit and the occasional bomb are launched from the bottom of the field on real projectile arcs (constant horizontal velocity, gravity-only vertical). They enter and leave only through the bottom border, never crossing a side or the top. Swipe across a fruit to slice it; let a fruit fall past the floor unsliced, or slice a bomb, and you lose a life.
Slicing the configured pass score of fruit reports success (bridge.pass)
and lights a Verified badge, but the round does not stop there: you keep
slicing to raise your score, and the final (highest) score is re-reported when
the round ends. The round ends only when lives run out. Difficulty ramps up
over time (faster spawns, more bombs), so the score chase gets harder.
Sound effects (slice / miss / verify) are synthesized at runtime (no audio files); an in-game mute toggle turns them on/off, and the host can default them off via config. Colors, the fruit palette, and optional fruit/bomb art are skinnable; difficulty (pass score, lives, spawn rate, gravity, bomb chance) is configurable; all copy is localized. Light and dark are separate skins the host picks.
Frame-rate independence
The game runs its own requestAnimationFrame loop driven by real elapsed time:
every physics step is scaled by the delta in seconds (clamped after a stall),
and the field is rendered every frame at the native refresh rate. The arc plays
at the same real-world speed on a 60Hz or a 240Hz display. This is enforced by
tests/frame-rate.test.ts; do not reintroduce any per-frame ("MS_PER_FRAME")
coupling.
Storage
The game runs in a sandboxed, opaque-origin iframe, so localStorage is
unavailable. No score is persisted; session state is in memory only.
Source: github.com/caputchin/games
Вставь в любую HTML-страницу после загрузки бандла виджета (см. установку). Замени плейсхолдер sitekey на свой из панели.
<caputchin-game
sitekey="<your_public_sitekey>"
game="caputchin/games/fruit-slash"
></caputchin-game>Проверка идёт параллельно с игрой. Твоя форма получает обёрнутый токен в caputchin-token для проверки на бэкенде через /siteverify.
Caputchin это не проверяет. Загляни в репозиторий автора, чтобы узнать, как есть на самом деле.
- en
- zh-Hans
- es
- ar
- pt
- fr
- de
- ru
- ja
- ko
- id
- Текст
- Скин
- Геймплей
Клиенты могут переопределить эти пресеты на своём сайте, в зависимости от тарифа.
Caputchin
caputchin.com- ID игры
- caputchin/games/fruit-slash
- Репозиторий GitHub
- caputchin/games
- Звёзды GitHub
- 0
- npm-пакет
- @caputchin/game-fruit-slash
- Точка входа бандла
- dist/fruit-slash.js
- Предпочтительный размер
- 800px × 420px
- Предпочтительная раскладка
- Modal
- Закреплённая версия
- 0.3.2
- URL бандла
- https://cdn.jsdelivr.net/npm/@caputchin/game-fruit-slash@0.3.2/dist/fruit-slash.js
- Целостность подресурса
- sha384-wxxiQyH9rz8ppZ5x0H4E8+gT8MFEN+UlRDuRpHHwqMmLCFwPJkXixI87z2A2/w+6
- Последняя индексация
- 5 часов назад