WebMineCraft
Go to file
2021-12-15 14:36:31 -08:00
.gitignore A few things 2021-12-08 09:24:19 -08:00
geometry.js Collisions, gravity, walking, jumping. 2021-12-12 15:42:25 -08:00
gl.js Fix texture aberrations in the distance 2021-12-12 15:47:53 -08:00
index.html Add param panel to control lighting 2021-12-12 11:36:47 -08:00
index.js Save a few more webgl calls 2021-12-15 14:36:31 -08:00
package.json Remove verbose log, add yarn build 2021-12-12 15:52:32 -08:00
README.md Add README.md 2021-12-14 14:45:19 -08:00
se3.js A few things 2021-12-08 09:24:19 -08:00
texture.png A few things 2021-12-08 09:24:19 -08:00
world.js Moving code around 2021-12-14 14:41:33 -08:00
yarn.lock A few things 2021-12-08 09:24:19 -08: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
  • The world is not infinite. But it's really big.
  • Plenty of bugs to find!