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 iStart webpack development server:
npm run startWebpack configuration is located in webpack.config.js.
The code can be formated with prettier:
npm run format