Rustcraft is a Voxel Game with the goal of providing a fun, new and feature packed experience for sandbox lovers.
Right now there are no stable releases, you have to build it yourself.
TODO
cd ./site && docker compose up
cd ./server && docker compose up
cd ./api && docker compose up
TODO
cargo run --bin rc_client --target wasm32-unknown-unknown
cargo run --bin rc_server
cd ./api && cargo run