MineJS has been rewritten into a customizable fullstack library called voxelize
MineJS is a multiplayer voxel engine that runs in your browser! (Probably should change the name to MineRS/MineTS)
Any PRs are welcomed! Here's the quick TODO list that we're following: Link
This is purely a passionate project. Although inspired, I have no intention for this game to be affiliated with Minecraft, or any licensed voxel engines. Further, textures and assets used in the game are all licensed for free use. More information can be found in the last section.
We thought it would be interesting to design a game that is inspired by popular voxel engines such as "Minetest" and "Veloren". With the combination of Rust and TypeScript, we hope to deliver quality graphics and performance, as well as interactive multiplayer game play within a 3D voxel-based environment.
# go to the folder you save ur projects
cd path/to/folder
# clone the repository
git clone https://github.com/ian13456/mine.js
# cd into mine.js
cd mine.js
# you need yarn for this project
# somewhere here https://classic.yarnpkg.com/en/docs/install/#debian-stable
# after you install yarn, install the dependencies needed
yarn
# next you need cargo watch
cargo install cargo-watch
# next compile protobuf
yarn compile
# next run server
yarn server
# next listen on client changes (separate terminal)
yarn client
# OPEN ANOTHER TERMINAL
yarn watch
# visit localhost:3000