Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/joshenlim/supabase-mog
- Owner: joshenlim
- Created: 2020-10-31T17:31:15.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-10-26T10:50:31.000Z (about 1 year ago)
- Last Synced: 2023-10-26T11:43:09.817Z (about 1 year ago)
- Topics: supabase, tailwind, vue
- Language: Vue
- Homepage: https://sb-mog.netlify.app
- Size: 386 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Multiplayer Game with Supabase.js
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/).