Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/michaljaz/webmc

PoC Minecraft client written in Javascript (1.16.5 offline mode working)
https://github.com/michaljaz/webmc

3d-game browser browser-game browser-minecraft client game minecraft minecraft-client minecraft-web three-js web web-minecraft

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

# webmc

[![Discord](https://img.shields.io/badge/chat-on%20discord-brightgreen.svg)](https://discord.gg/h6DQzDx2G7)
[![Try it on gitpod](https://img.shields.io/badge/try-on%20gitpod-brightgreen.svg)](https://gitpod.io/#https://github.com/michaljaz/web-minecraft)
[![Build and Deploy](https://github.com/michaljaz/web-minecraft/actions/workflows/github-pages.yaml/badge.svg)](https://github.com/michaljaz/web-minecraft/actions/workflows/github-pages.yaml)
[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
## About

**Webmc is proof of concept minecraft client written in Javascript.** From web browser this client connects to websocket proxy and then to real minecraft server, so you can play minecraft in the browser.

## Demo
Live demo with no installation: https://webmc.js.org.

## Developing on webmc

[webmc developer's guide](https://github.com/michaljaz/webmc/blob/master/docs/DEVELOPMENT.md)

## Screenshots
![hypixel](https://github.com/michaljaz/webmc/blob/master/.github/overworld.png "overworld")
![nether](https://github.com/michaljaz/webmc/blob/master/.github/nether.png "nether")
![end](https://github.com/michaljaz/webmc/blob/master/.github/end.png "end")