Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/petruspierre/make-multiplayer

🌐 A Chrome Extension that will allow you to play your favorite web games with multiplayer sessions
https://github.com/petruspierre/make-multiplayer

chrome-extension lit partykit web-components

Last synced: 29 days ago
JSON representation

🌐 A Chrome Extension that will allow you to play your favorite web games with multiplayer sessions

Awesome Lists containing this project

README

        

# Make Multiplayer

> Play multiplayer games with your friends on the web!

## Developing

install dependencies

```shell
$ npm install
```

run the command

```shell
$ cd make-multiplayer

$ npm run dev
```

### Chrome Extension Developer Mode

1. set your Chrome browser 'Developer mode' up
2. click 'Load unpacked', and select `make-multiplayer/build` folder

### Nomal FrontEnd Developer Mode

1. access `http://0.0.0.0:3000/`
2. when debugging popup page, open `http://0.0.0.0:3000//popup.html`
3. when debugging options page, open `http://0.0.0.0:3000//options.html`

## Packing

After the development of your extension run the command

```shell
$ npm run build
```