https://github.com/neomoth/owopclone
A custom client/server for OurWorldOfPixels. Lifts from LapisHusky's server and the OurSources client.
https://github.com/neomoth/owopclone
Last synced: over 1 year ago
JSON representation
A custom client/server for OurWorldOfPixels. Lifts from LapisHusky's server and the OurSources client.
- Host: GitHub
- URL: https://github.com/neomoth/owopclone
- Owner: neomoth
- License: gpl-3.0
- Created: 2025-02-25T23:22:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-04T02:38:37.000Z (over 1 year ago)
- Last Synced: 2025-03-05T19:54:01.991Z (over 1 year ago)
- Language: JavaScript
- Size: 461 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# neomoth's World of Pixels clone
required setup:
- clone `/server/.env.example` to `/server/.env` and fill in the values to your liking
- run `npm i` in both `/server` and `/client`
- set up the websocket url in `/client/src/js/conf.js` (if you can't find it, search for `export const options` in the file)
to run server, you must be on nodejs v18.x.x.
run `./start.sh` in the project root to simultaneously start both the client and server.
[licensed under GPLv3](https://github.com/neomoth/owopclone/LICENSE).