WebMineCraft
Go to file
Paul Mathieu 19fb285d18 Caves!!
2021-12-28 08:45:47 -08:00
.gitignore A few things 2021-12-08 09:24:19 -08:00
game.js Caves!! 2021-12-28 08:45:47 -08:00
geometry.js Caves!! 2021-12-28 08:45:47 -08:00
gl.js Fix texture aberrations in the distance 2021-12-12 15:47:53 -08:00
index.html Adjust gravity and jump force 2021-12-25 08:22:39 -08:00
index.js Adjust gravity and jump force 2021-12-25 08:22:39 -08:00
memoize.js Caves!! 2021-12-28 08:45:47 -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 Caves!! 2021-12-28 08:45:47 -08:00
texture.png Add a few trees 2021-12-24 05:50:13 -08:00
world.js Caves!! 2021-12-28 08:45:47 -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!