A 3D voxel game... Procedurally generated!
Game developped by azekill_DIABLO. A fork of the work of Twetzel59, known as Craft NG, a fork of the work of M. Fogleman, the base of everything, Craft.
Mac and Windows: Click on the executable file, the game should run.
Linux: Open terminal in the directory of the game and type ./omicron
See below to compile from source and get the executable.
Download and install CMake if you don’t already have it. You may use Homebrew to simplify the installation:
brew install cmake
sudo apt-get install cmake libglew-dev xorg-dev libcurl4-openssl-dev
sudo apt-get build-dep glfw
Download and install CMake
and MinGW. Add C:\MinGW\bin
to your PATH
.
Download and install cURL so that CURL/lib and CURL/include are in your Program Files directory.
Use the following commands in place of the ones described in the next section.
cmake -G "MinGW Makefiles"
mingw32-make
Once you have the dependencies (see above), install the sources and open the terminal in the dowloaded source directory. Run the following commands :
cmake .
make
Then you can run the game.