All Projects → michaljaz → Web Minecraft

michaljaz / Web Minecraft

Licence: mit
Minecraft client written in Javascript

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Web Minecraft

Yarn
Libre Minecraft mappings, free to use for everyone. No exceptions.
Stars: ✭ 453 (-22.03%)
Mutual labels:  minecraft
Roygbiv
A 3D engine for the Web
Stars: ✭ 499 (-14.11%)
Mutual labels:  three-js
Open Builder
Open "Minecraft-like" game with multiplayer support and Lua scripting support for the both client and server
Stars: ✭ 569 (-2.07%)
Mutual labels:  minecraft
Viaversion
Allows the connection of newer clients to older server versions for Minecraft servers.
Stars: ✭ 463 (-20.31%)
Mutual labels:  minecraft
Langcraft
Compiler from LLVM IR to Minecraft datapacks.
Stars: ✭ 495 (-14.8%)
Mutual labels:  minecraft
Tuinity
Stars: ✭ 531 (-8.61%)
Mutual labels:  minecraft
Railcraft
The Railcraft Mod for Minecraft, source and development.
Stars: ✭ 446 (-23.24%)
Mutual labels:  minecraft
Minecase
Minecraft server based on Orleans
Stars: ✭ 581 (+0%)
Mutual labels:  minecraft
Blockbench
Blockbench - A boxy 3D model editor
Stars: ✭ 495 (-14.8%)
Mutual labels:  minecraft
Mixin
Mixin is a trait/mixin and bytecode weaving framework for Java using ASM
Stars: ✭ 557 (-4.13%)
Mutual labels:  minecraft
Tiler
Tiler is a tool to create an image using all kinds of other smaller images (tiles). It is different from other mosaic tools since it can adapt to tiles with multiple shapes and sizes (i.e. not limited to squares).
Stars: ✭ 4,681 (+705.68%)
Mutual labels:  minecraft
Minecraftforge
Modifications to the Minecraft base files to assist in compatibility between mods.
Stars: ✭ 5,127 (+782.44%)
Mutual labels:  minecraft
Immersiveengineering
Wires, transformers, high voltage! Bzzzzt!
Stars: ✭ 548 (-5.68%)
Mutual labels:  minecraft
Globalwarming
Server side global warming mechanics in Minecraft!
Stars: ✭ 464 (-20.14%)
Mutual labels:  minecraft
Minecraftdeveloperguide
📝Minecraft developer Chinese guide,我的世界开发者中文指南
Stars: ✭ 574 (-1.2%)
Mutual labels:  minecraft
Velocity
The modern, next-generation Minecraft server proxy.
Stars: ✭ 446 (-23.24%)
Mutual labels:  minecraft
React Web Ar
🕶️ Augmented Reality on web with React
Stars: ✭ 531 (-8.61%)
Mutual labels:  three-js
Php Minecraft Query
🐘 PHP library to query Minecraft servers
Stars: ✭ 581 (+0%)
Mutual labels:  minecraft
Pycraft
Minecraft-client networking library in Python
Stars: ✭ 574 (-1.2%)
Mutual labels:  minecraft
Worldguard
🛡️ Protect your Minecraft server and lets players claim areas
Stars: ✭ 553 (-4.82%)
Mutual labels:  minecraft

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.

Install locally

#Clone repo
git clone https://github.com/michaljaz/web-minecraft
cd web-minecraft
#Install node modules
npm i

Setup

#Building app bundle
npm run build

#Start node server and serve bundle files
npm start

Screenshots

screen6 screen6 screen6

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].