A cube game like Minecraft, using C++ and OpenGL.
- CMake (>= 3.24)
- C++ 23 compatible compiler
- Clone the repository
git clone https://github.com/zhenyan121/Cubed.git && cd Cubed
- Configure with CMake
mkdir build && cd build cmake -G "Ninja" ..
- Build the project
ninja