Minecraft client written in CoffeeScript!
#Cloning and installing
git clone https://github.com/michaljaz/web-minecraft
cd web-minecraft
npm i
#Coffeescript transpilation
npm run coffee
#Websocket server and development server
npm start
npm run dev
#Production build
npm run clean
npm run build
#Developer tools
npm run atlas
npm run items
npm run blocks-def




