/cinecraft

C server implementation of a certain voxel game

Primary LanguageCGNU General Public License v3.0GPL-3.0

Cinecraft

Cinecraft logo, a cow Meaning of the name: popular voxel game implementation, but written in C. Should be pronounced with a hard 'C' sould, akin to a 'k', so that then a pun can be used to make the mascot of the project a cow. Thanks DALL·E for the icon.

Requirements

As of now, Cinecraft requires a *nix system in order to run, as it requires on pthreads for multithreading and unix sockets for networking. Other than that, all dependencies are pulled in as git submodules.

Building

git clone https://github.com/amusingimpala75/cinecraft.git
cd cinecraft
git submodules update
make

The executable is aptly named 'cinecraft'.

Running

/path/to/executable/cinecraft folder-for-data-storage

ie: ./cinecraft test

Licensing

This project is licensed under the GPL v3, found as the LICENSE file in the root of the project.

Credits

Written by AmusingImpala75

Uses the following libraries: