A realtime multi-player rhythm game where you move and attack in sync with the beat of the music. Inspired by Crypt of the NecroDancer.
arrhythmia.mov
- Frontend: React with TypeScript
- Backend: Go with WebSocket support
Install go! Then you can do:
cd servergo run .
Install node! Then you can do:
cd clientnpm run dev
Create and join game rooms with friends
- API to discover current state (lobbies, member count)
- API to join a lobby
- API to create a lobby
- UI for displaying lobbies
- UI for showing current lobby
- Prevent join if at max capacity
- View mode for >4 members, dead players