Voxel Playground is an interactive web experience inspired by Minecraft and similar voxel-based games.
It was built using three.js and bundled with Webpack.
Clone the project and install dependencies:
git clone https://github.com/CodeCricut/VoxelPlayground.git
npm i
Start webpack development server:
npm run start
Webpack configuration is located in webpack.config.js
.
The code can be formated with prettier:
npm run format