Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 548 Bytes

File metadata and controls

18 lines (12 loc) · 548 Bytes

minecraftGo

Minecraft clone in golang

I am doing this project to learn golang. The OpenGL render engine has been implemented by following the YouTube channel ThinMatrix (that I recommend if you want to learn openGL).

Setup

  1. Install golang
  2. go get github.com/piochelepiotr/minecraftGo
  3. cd $GOPATH/src/github.com/piochelepiotr/minecraftGo
  4. go build
  5. ./minecraftGo

State of advancement