A simple Minecraft clone developed using Go, OpenGL, and GLFW.
- Go: golang.org (v1.24+)
- C Compiler: Required for CGO (GCC or Clang).
- OpenGL Drivers: Up-to-date graphics drivers.
- Ensure Mingw-w64 or a similar C compiler is installed.
- Run the following command in the project root:
go run ./cmd/mini-mc
- Xcode Command Line Tools must be installed (
xcode-select --install). - Run the following command in the project root:
go run ./cmd/mini-mc
- Install the required libraries:
sudo apt-get update sudo apt-get install libgl1-mesa-dev xorg-dev
- Run the following command in the project root:
go run ./cmd/mini-mc
