Simple HTML canvas multiplayer game, built with Vue and Supabase. Features basic 2D movements, jumping and collision detection with platforms.
Rename sample.env
into .env
and place your Supabase URL and Public Key accordingly.
Introduce projectile weapons and health system
Custom character colours
Game session + Scoring
In-game chat
npm install
npm run serve
npm run build
npm run lint