Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/petruspierre/make-multiplayer
- Owner: petruspierre
- License: gpl-3.0
- Created: 2024-06-22T02:56:15.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-07-17T02:52:29.000Z (4 months ago)
- Last Synced: 2024-10-02T06:42:30.101Z (about 1 month ago)
- Topics: chrome-extension, lit, partykit, web-components
- Language: TypeScript
- Homepage:
- Size: 190 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```