wmc/README.md

28 lines
476 B
Markdown
Raw Normal View History

2021-12-14 22:45:19 +00:00
Some sort of WebGL Minecraft
============================
(By po1)
How to launch
-------------
```
python3 -m http.server
```
Then point your browser (chrome? haven't tested with firefox) to
http://localhost:8000
Tips & stuff
------------
* Click the game to capture mouse & keyboard
* Escape to cancel capture
* WASD to move around
* Space to jump
* F to fly
2021-12-18 17:18:49 +00:00
* Click on a block to destroy it
2021-12-14 22:45:19 +00:00
* The world is not infinite. But it's really big.
* Plenty of bugs to find!