@gagandeep023/pulse-weave
v0.1.0
Published
A rhythm-timing browser game where you thread a dot through gaps in rotating concentric rings
Maintainers
Readme
@gagandeep023/pulse-weave
Feel the rhythm. Thread the needle.
A rhythm-timing browser game where concentric rings pulse and rotate around the center of the screen. Each ring has a gap. Tap to advance your dot outward through the gaps. Miss a gap and you bounce back to the center.
Install
npm install @gagandeep023/pulse-weaveUsage
import { PulseWeaveGame } from '@gagandeep023/pulse-weave/frontend';
import '@gagandeep023/pulse-weave/frontend/styles.css';
function App() {
return <PulseWeaveGame />;
}How to Play
- Rings rotate around the center. Each has a gap.
- Tap anywhere to jump to the next ring outward.
- Time it right to pass through the gap.
- Miss the gap and you bounce back to the center.
- Three bounces in one level and the run ends.
Reach the outermost ring to complete a level. Score is total levels cleared.
Exports
@gagandeep023/pulse-weave/frontend- React components and game engine@gagandeep023/pulse-weave/types- TypeScript type definitions@gagandeep023/pulse-weave/frontend/styles.css- Default dark theme styles
License
MIT
