Skip to content
/ webmc Public
forked from michaljaz/webmc

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

License

Notifications You must be signed in to change notification settings

ghzhost/webmc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

web-minecraft

Render minecrafta w przeglądarce

Instalacja

#Instalacja repozytorium
git clone https://github.com/michaljaz/web-minecraft

#Instalacja i uruchomienie serwera node.js 
#(Proces 1)
npm install -g http-server
http-server web-minecraft/

#Uruchomienie serwera gry socket.io 
#(Proces 2, ten proces musisz wywołać w osobnej zakładce: np. klikając Ctrl+Shift+T)
node web-minecraft/server/server.js

Jak uruchomić grę?

Aby włączyć grę wystarczy, że wejdziesz w link: http://localhost:8080/.
(Najpierw oczywiście musisz wykonać kroki podane powyżej)

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

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