mattiemonster / OneWeekMCExtended

I challenged myself to see if I could create a voxel game (Minecraft-like) in just one week using C++ and OpenGL, and here is the result

Home Page:https://www.youtube.com/watch?v=Xq3isov6mZ8

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

One Week MC Extended

Hopson challenged himself to create a Minecraft clone in a week, and I've decided to try make a somewhat extended version of it.

Video: https://www.youtube.com/watch?v=Xq3isov6mZ8

Other People's Projects

This was made in a week, as a challenge for a video. There do exist other, more mature and developed Minecraft clones written in C++.

MineTest here: https://github.com/minetest/minetest

Building

You will need GLM and SFML 2.4.1+ libraries w/headers, and this also requires a compiler that supports C++14 (or newer) with threads.

macOS

Install macports from https://www.macports.org

sudo port install sfml glm

Ubuntu

sudo apt-get install libsfml-dev libglm-dev

Compile Source and Runnimg

Linux

Debug

sh scripts/build.sh
sh scripts/run.sh

Release

sh scripts/build.sh release
sh scripts/run.sh release

About

I challenged myself to see if I could create a voxel game (Minecraft-like) in just one week using C++ and OpenGL, and here is the result

https://www.youtube.com/watch?v=Xq3isov6mZ8

License:MIT License


Languages

Language:C++ 91.6%Language:C 5.7%Language:CMake 1.6%Language:Objective-C 1.0%Language:GLSL 0.1%Language:Shell 0.0%Language:Lua 0.0%