A Game Jam project written in Javascript, using Phaser. The theme for this jam was Wild west and Musical.
Rhythm Sheriff is a rhythm game where you practice target shooting in sync with the music. The gameplay takes great inspiration from the Rhythm Heaven series.
- Golen (programming)
- Miau (graphics)
- Shaymoo (backgrounds)
- JWatch (music)
- Matojeje (sound effects).
- Git installed.
- Node 18+ installed.
- Clone the repository
npm install
npm run dev
Remember to update game.config.json
accordingly.
npm run build
- Build goes to
/dist
directory
This assumes you have VS Code and Chrome installed
- Hit F5 to debug
- This will launch Vite and Chrome
- You can now add breakpoints in VS Code
- Hit Shift+F5 twice to stop debugging