A remake of Rezoner's Wilds.io
-
First, install node.js and npm. Then clone the repository (recurse-submodules is mandatory):
git clone https://github.com/player21o/rewilds.git --recurse-submodules -
cdinto the directory and install packages:npm i -
Run with
npm run dev -
That's it!
Rewilds depends on a whole bunch of things. For example:
- React - UI
- Pixi.js (filters and viewport) - Rendering
- Tailwind - UI styling
- Msgpack - network packing