This site aims to be as similar to the april fools r/place event, where users were given a 2000x2000px canvas, allowing anyone to place a single pixel on it at a time.
"Alone you can create something, but together, you can create something bigger" (or something like that)
Site link: https://rplace.live/
Feel free to contribute!
To set up your own custom canvas to be played on rplace.tk, we have made a guide at our Manual!
Forks of this project should either:
This project is licensed under the GNU LGPL v3, out of goodwill we request forks are not run commercially (That is, they should not generate more than the cost of server upkeep).
fork-of-a-place.tk
) connecting to wss://server.rplace.live:443
[✅ Cool, non-commercially]https://rplace.live
connect to wss://fork-of-a-place.tk
(via devtools, for example) [✅ Cool, non-commercially]fork-of-a-place.tk
) connecting to wss://fork-of-a-place.tk
[❌ Not cool: Uses both different app and different server]bun install
to install all required TS server dependenciesbun run server.js
in the root directory of the project.bunx static-server --cors='*'
For more information on the game's protocol, look to the protocol documentation.