Giter VIP home page Giter VIP logo

web-minecraft's Introduction

web-minecraft

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

About

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

Instructions

Install locally
git clone https://github.com/michaljaz/web-minecraft
cd web-minecraft
npm i
Minecraft server setup To run this game you need to start real minecraft server (by default it is 1.16.5 offline mode java edition on ip localhost:25565).
Minecraft premium support You can add premium=true parameter to url for premium, it will open a prompt, write password and tada.
Linting
#Only show whats wrong
npm run lint

#Fix what is wrong
npm run lint:fix
Development setup
#Start node server with webpack middleware
npm run dev
Production setup
#Cleaning dist folder (old game bundles)
npm run clean

#Building app bundle
npm run build

#Start node server and serve bundle files
npm start

Screenshots

screen6 screen6 screen6

web-minecraft's People

Contributors

michaljaz avatar nexusnull avatar kaffinpx avatar fox3000foxy avatar bjazdzyk avatar realpeha avatar gitter-badger avatar dependabot[bot] avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.