omicron

A 3D voxel game... Procedurally generated!

View the Project on GitHub

Omicron | site

About

Credits

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.

Running the game

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.

Compilation

Requirements under Mac OS X

Download and install CMake if you don’t already have it. You may use Homebrew to simplify the installation:

brew install cmake

Requirements under Linux (and Debian)

sudo apt-get install cmake libglew-dev xorg-dev libcurl4-openssl-dev
sudo apt-get build-dep glfw

Requirements under Windows

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

Compilation (for all platforms)

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.

More info

Controls

Dependencies