WebMineCraft
Go to file
2022-10-18 14:01:02 -07:00
skycraft Add skycraft gitignore 2022-10-18 13:48:28 -07:00
.gitignore Ignore output file 2022-10-18 13:48:47 -07:00
game.js Fix physics depending on fps 2021-12-30 03:47:57 -08:00
geometry.js geometry: sample pixels from their centers 2022-10-18 14:01:02 -07:00
gl.js se3: fix inverse 2022-10-18 13:49:35 -07:00
index.html Fix physics depending on fps 2021-12-30 03:47:57 -08:00
index.js Fix physics depending on fps 2021-12-30 03:47:57 -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 se3: fix inverse 2022-10-18 13:49:35 -07: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 Fix physics depending on fps 2021-12-30 03:47:57 -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!