For less lag: https://forkphorus.github.io/#322249946 WASD Keys - Move Arrow Keys - Turn Z/X Keys - Fly up/down Click - Delete block Click + Q - Add block
Saw that @Finlay_Cool's Minecraft project used some kind of raycasting, so I figured I'd give it a try, even if the code is a bit naive. :) Not as cool once it's already been done before, and it's a very basic version, but considering I only have a few days left and this is something I've wanted to try for a long time, I'm happy with it. Here's a helpful raycasting tutorial (this one is only in 2D, but converting it to 3D just involves adding an extra dimension and knowing a bit about vectors): https://lodev.org/cgtutor/raycasting.html