Skip to content

PonyTrap420/c-minecraft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

minecraft-clone

A basic Minecraft-style clone written in C using GLFW for windowing and OpenGL rendering, built with CMake and GCC on Windows.

image ---

🛠 Requirements


🚀 Build & Run

First time setup:

git submodule update --init --recursive

Build the project

cmake -S . -B build -G "MinGW Makefiles" -DCMAKE_C_COMPILER=gcc
cmake --build build

Run

build\minecraft-clone.exe

Quick Run

.\run.bat

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages