https://github.com/valsaven/sakurastorm
Just another danmaku shooter.
https://github.com/valsaven/sakurastorm
danmaku game javascript phaser phaserjs
Last synced: about 1 month ago
JSON representation
Just another danmaku shooter.
- Host: GitHub
- URL: https://github.com/valsaven/sakurastorm
- Owner: valsaven
- License: mit
- Created: 2017-11-01T06:57:51.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-07-29T07:56:04.000Z (2 months ago)
- Last Synced: 2025-07-29T09:43:51.439Z (2 months ago)
- Topics: danmaku, game, javascript, phaser, phaserjs
- Language: TypeScript
- Size: 109 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# SakuraStorm
Just another danmaku shooter.
## Available Commands
| Command | Description |
|-----------------|----------------------------------------------------------|
| `npm i` | Install project dependencies |
| `npm run dev` | Builds project and open web server, watching for changes |
| `npm run build` | Builds code bundle with production settings |
| `npm run serve` | Run a web server to serve built code bundle |