No description
- TypeScript 92.9%
- JavaScript 3.3%
- CSS 2.8%
- HTML 1%
| .github | ||
| test | ||
| .gitignore | ||
| .gitpod | ||
| .gitpod.DockerFile | ||
| .npmrc | ||
| dns.js | ||
| HISTORY.md | ||
| index.html | ||
| index.js | ||
| LICENSE | ||
| package.json | ||
| perf_hooks_replacement.js | ||
| README.md | ||
| server.js | ||
| webpack.config.js | ||
prismarine-web-client
A minecraft client running in a web page.
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.
Features
- display blocks
- display entities as colored rectangles
- movement sync
Roadmap
- chat
- block placing and breaking
Run
npm install
npm run build-start
Then connect to http://localhost:8080