Hopson97 / MineCraft-One-Week-Challenge

I challenged myself to see if I could create a voxel game (Minecraft-like) in just one week using C++ and OpenGL, and here is the result
https://www.youtube.com/watch?v=Xq3isov6mZ8
MIT License
2.65k stars 379 forks source link

Global variables #57

Closed Hopson97 closed 7 years ago

Hopson97 commented 7 years ago

Seems to be a lot of global variables. Not good.

IridescentRose commented 7 years ago

Yeah, I need to pack those into a structure or something.