simple minecraft made with C++ and OpenGL made in one long file
WASD = movement shift = down space = up enter = wireframe escape = show cursor backspace = quit/exit
number keys cycle through blocks
- dirt
- cobblestone
- sand
- wood planks
- glass
g++ main.cpp -o main -lglfw -lGLEW -lGL -ldl -lGLU && ./main