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

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.

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).