prismarine-web-client-mirror/README.md
Romain Beaumont 0ed76653f4
Add demo link
2021-03-01 03:16:10 +01:00

1.2 KiB

prismarine-web-client

NPM version Build Status Discord Try it on gitpod

A minecraft client running in a web page. Demo at https://prismarine-web-client.js.org

It runs mineflayer in the browser which connects to a websocket minecraft server. It provides a simple websocket to tcp proxy as a backend to make it possible to connect to any minecraft server.

Usage

npm install -g prismarine-web-client then run prismarine-web-client then open http://localhost:8080 in your browser

Features

  • display blocks
  • display entities as colored rectangles
  • movement sync

Roadmap

  • chat
  • block placing and breaking

Development

npm install
npm run build-start

Then connect to http://localhost:8080