Skip to content

dantero-ps/mini-mc-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

104 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mini-MC

A simple Minecraft clone developed using Go, OpenGL, and GLFW.

Preview

Prerequisites

  • Go: golang.org (v1.24+)
  • C Compiler: Required for CGO (GCC or Clang).
  • OpenGL Drivers: Up-to-date graphics drivers.

Installation and Running

Windows

  1. Ensure Mingw-w64 or a similar C compiler is installed.
  2. Run the following command in the project root:
    go run ./cmd/mini-mc

macOS

  1. Xcode Command Line Tools must be installed (xcode-select --install).
  2. Run the following command in the project root:
    go run ./cmd/mini-mc

Linux (Ubuntu/Debian)

  1. Install the required libraries:
    sudo apt-get update
    sudo apt-get install libgl1-mesa-dev xorg-dev
  2. Run the following command in the project root:
    go run ./cmd/mini-mc

About

I'm developing mini Minecraft but in Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors