WebMineCraft
Paul Mathieu
282d91468e
- kepler-based elliptical orbits - with visualization - and some sort of user controls - based on wmc |
||
---|---|---|
skycraft | ||
.gitignore | ||
game.js | ||
geometry.js | ||
gl.js | ||
index.html | ||
index.js | ||
memoize.js | ||
package.json | ||
README.md | ||
se3.js | ||
terrain.js | ||
texture.png | ||
world.js | ||
yarn.lock |
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
- Click on a block to destroy it
- The world is not infinite. But it's really big.
- Plenty of bugs to find!