Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/michaljaz/webmc
- Owner: michaljaz
- License: mit
- Archived: true
- Created: 2020-06-07T19:00:47.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-05T19:09:07.000Z (3 months ago)
- Last Synced: 2024-09-24T06:31:00.895Z (about 2 months ago)
- Topics: 3d-game, browser, browser-game, browser-minecraft, client, game, minecraft, minecraft-client, minecraft-web, three-js, web, web-minecraft
- Language: JavaScript
- Homepage: http://webmc.js.org/
- Size: 76.1 MB
- Stars: 1,251
- Watchers: 19
- Forks: 196
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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")