Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 1.88 KB

README.md

File metadata and controls

26 lines (22 loc) · 1.88 KB

Block Forge

A simple game engine that renders Minecraft-like voxel simulation. This is an Engineer's Thesis project, which goal was to create a procedurally generated worlds with their own bioms. The project is still in early development, but the official deadline for the beta release is 22.09.2022, so stay tuned!

Project status

Closed Pull Requests Maintainability Rating Coverage Reliability Rating Quality Gate Status Code Smells

Documentation

The documentation completely covers the code (mandatory on PR) and it's available on the automatically generated github.io page.

Features

Basic (Done & WIP in current sprint)

  • Displaying menu
  • Rendering simple blocks with textures
  • Camera movement
  • Chunks (might get delayed)

Authors