Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Latest commit

 

History

History
28 lines (18 loc) · 1.62 KB

README.md

File metadata and controls

28 lines (18 loc) · 1.62 KB

Voxel HTML

A voxel game engine writen for Applab in code.org for a school project. The end result is a fully 3d, realtime, voxel graphics engine. The base movement controls should be consitent between all the testing iterations.

All assets and code were designed by me, and is released under the GPL v3 license.

Controls:

WASD to move Shift for down, space for up Left, right, up, and down arrows to look around Enter to place, delete to delete blocks.

Expermentation history:

name Image with a link
Canvas 3d perspecitve testing Canvas 3d
Canvas 3d perspecitve testing with boxes Canvas 3d box
Using html/css injection to achive full realtime, scalable, textured 3d Html 3d box
Basic world rendering in html/css Basic world
Mostly complete game Mostly complete
Full game complete