WebMineCraft
Go to file
2021-12-22 02:31:28 -08:00
.gitignore A few things 2021-12-08 09:24:19 -08:00
game.js Double jump! 2021-12-22 02:31:28 -08:00
geometry.js Remove dead code 2021-12-17 06:13:07 -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 Split code out of index.js into game.js and world.js 2021-12-18 09:57:00 -08:00
package.json Remove verbose log, add yarn build 2021-12-12 15:52:32 -08:00
README.md Update README 2021-12-18 09:18:49 -08:00
se3.js Block tagging 2021-12-17 06:16:57 -08:00
terrain.js Placing blocks. Also better terrain. And still water. 2021-12-20 01:25:40 -08:00
texture.png Placing blocks. Also better terrain. And still water. 2021-12-20 01:25:40 -08:00
world.js Double jump! 2021-12-22 02:31:28 -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
  • Click on a block to destroy it
  • The world is not infinite. But it's really big.
  • Plenty of bugs to find!