Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/joshenlim/supabase-mog

Simple multiplayer online game built with Vue and Supabase
https://github.com/joshenlim/supabase-mog

supabase tailwind vue

Last synced: 9 days ago
JSON representation

Simple multiplayer online game built with Vue and Supabase

Awesome Lists containing this project

README

        

# Simple Multiplayer Game with Supabase.js

Screenshot

Simple HTML canvas multiplayer game, built with [Vue](https://vuejs.org/) and [Supabase](https://supabase.io/). Features basic 2D movements, jumping and collision detection with platforms.

Rename `sample.env` into `.env` and place your Supabase URL and Public Key accordingly.

## Future/Possible Ideas

- Introduce projectile weapons and health system

- Custom character colours

- Game session + Scoring

- In-game chat

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Lints and fixes files
```
npm run lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).