Skip to content
This repository was archived by the owner on May 26, 2021. It is now read-only.

anonymt-dev/web-minecraft

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

web-minecraft

Discord Try it on gitpod Build and Deploy

About

Web-minecraft is minecraft client written in Javascript. From web browser this client connects to proxy that translates Websocket connection to TCP and then to real minecraft server, so you can play minecraft in the browser. Web-minecraft now only supports minecraft 1.16.5.

Demo

Live demo with no installation: https://minecraft.js.org.

Development setup

npm install
npm start

This will start express and webpack in development mode: whenever you save a file, the build will be redone (it takes 2s), and you can refresh the page to get the new result.

Connect to http://localhost:8080 in your browser. Also specify correct server(1.16.5) ip in url param.

Screenshots

hypixel nether end

About

Minecraft client written in Javascript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 91.5%
  • SCSS 6.0%
  • HTML 2.5%