Web-minecraft is minecraft client written in CoffeeScript. From web browser this client connects to node.js server and then to real minecraft server, so you can play minecraft in the browser.
Install localy
git clone https://github.com/michaljaz/web-minecraft
cd web-minecraft
yarn install
Minecraft server setup
To run this game you need to start real minecraft server (by default it is 1.16.1 offline mode java edition on ip localhost:25565) you can also define it in */src/server.json* file.#Optionally you can run lite minecraft server (flying-squid)
yarn server
Development setup
#Start node server with webpack middleware
yarn dev
Production setup
#Cleaning dist folder (old game bundles)
yarn clean
#Building app bundle
yarn build
#Start node server and serve bundle files
yarn start
Browser support
It is prefered to run this game on Google Chrome (best performance), but it could work on other browsers.


