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.
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.
git clone https://github.com/amusingimpala75/cinecraft.git
cd cinecraft
git submodules update
make
The executable is aptly named 'cinecraft'.
/path/to/executable/cinecraft folder-for-data-storage
ie: ./cinecraft test
This project is licensed under the GPL v3, found as the LICENSE file in the root of the project.
Written by AmusingImpala75
Uses the following libraries:
- LibBase64 by devolve, licensed under a public domain-ish license which requires attribution
- tomlc99 by cktan, licensed under the MIT license