aurasu
v0.1.12
Published
A hit-circle rhythm game built with AuraJS.
Readme
Play games from your terminal
Game engine from your terminal. No install needed.
npm install -g auramaxx
auramaxx play aurasuAurasu
A hit-circle rhythm game built with AuraScript.
Play:
auramaxx play aurasu
# or run the published game wrapper directly
npx aurasu playProject layout:
src/main.jsis the thin runtime bootstrap.src/runtime/owns the scaffold-backed app shell, registry, and continuity helpers.scenes/gameplay.scene.jsowns the existing rhythm loop and async asset/audio setup.config/,content/,prefabs/, andui/now mirror the scaffold structure used by open-source-ready AuraScript examples.
Controls:
- Hit notes: Left Mouse Button,
Z,X, orSpace - Start / Restart:
EnterorSpace - Return to title:
Escape
Gameplay:
- Click circles as the approach ring reaches the hit circle.
- Judgement windows:
Perfect,Good,Ok,Miss. - Score scales with combo. Accuracy and health determine your grade.
See more: https://github.com/Aura-Industry/auramaxx
