From 80284baf2ee06cbc74f802e565b40e4b2868faf2 Mon Sep 17 00:00:00 2001 From: Paul Mathieu Date: Tue, 14 Dec 2021 14:45:19 -0800 Subject: [PATCH] Add README.md --- README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..a1f1c2c --- /dev/null +++ b/README.md @@ -0,0 +1,26 @@ +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 +* The world is not infinite. But it's really big. +* Plenty of bugs to find!