Skip to content

Commit

Permalink
note
Browse files Browse the repository at this point in the history
  • Loading branch information
lesleyrs committed Jul 30, 2024
1 parent 00eff3a commit 9f8af6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ A web worker server will start when loading world 999. This works as a no instal
How to use:
1. Run `npm run build` and then `npm run bundle` in the server, this copies all required files to `../Client2/public`.
2. A save dialog will open on logout, you should save to `/public/data/players`.
3. Optional: To host on github uncomment the lines starting with `!/public` marks in the [.gitignore](.gitignore).
3. Optional: To host on github uncomment the lines starting with `!/public` in the [.gitignore](.gitignore).

Combined with WebRTC connections you'll be able to host servers using just your browser by manually exchanging a message for each peer. Players that want to join will have to be on world 998 which won't start a web worker server.

Expand Down

0 comments on commit 9f8af6f

Please sign in to comment.