Block Game

This is a prototype that I have created while learning
more about OpenGL and game or engine programming
after I finished by bachelor's degree.

Currently the prototype just creates a world and you can fly through this world.
I am going to continue working on this project to implement more features.

For this prototype I did not use any game engine,
everything is created just with C++ using OpenGL.

Screenshot of the Block Game prototype, that shows the generated terrain

The gold blocks in the sky mark the edges of the chunks the world is divided in.

I use "learnopengl.com" and "let's make a voxel engine" as reference for this project.

Source on GitHub