Skip to content

ghzhost/webmc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

web-minecraft

Join the chat at https://gitter.im/web-minecraft/community Discord

Minecraft client written in CoffeeScript!

Installation and running:

#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


Screenshots:

screen3 screen5 screen6 screen6 screen6

About

PoC Minecraft client written in Javascript (1.16.5 offline mode working)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.1%
  • SCSS 5.5%
  • HTML 2.3%
  • Dockerfile 0.1%