Go to file
Nicole Collings 7e777d67bb
Update Executing.md
2020-11-04 20:53:29 -08:00
.github Create FUNDING.yml 2020-10-31 20:21:26 -07:00
.idea Reformatted documentation and readme. 2020-11-04 16:59:10 -08:00
assets [ImgBot] Optimize images 2020-11-05 00:02:54 +00:00
docs Update Executing.md 2020-11-04 20:53:29 -08:00
lib Revert assimp submodule to release 5.0 2020-10-29 22:02:35 -07:00
src Clean up some Codacy issues, make scope locks more clear by using _ as name. 2020-11-04 14:22:57 -08:00
subgames [ImgBot] Optimize images 2020-11-05 00:02:54 +00:00
test Synchronize block interaction callbacks, wieldlists, etc. Breaking broke 2020-07-28 14:11:11 -07:00
.gitignore Fix build on Linux systems, notes added for Linux compiling. 2020-10-19 01:33:45 +01:00
.gitmodules Revert assimp submodule to release 5.0 2020-10-29 22:02:35 -07:00
.hidden Refactor build files and libraries. 2019-07-17 22:42:42 -07:00
CMakeLists.txt Committed to Lua 5.3, polyfilled (ew) the setfenv / getfenv functions. 2020-11-02 15:18:09 -08:00
LICENSE.md Modified the README.md and LICENSE.md files. 2019-07-15 13:32:51 -07:00
README.md Merge remote-tracking branch 'origin/master' 2020-11-04 16:59:26 -08:00

README.md

Zepha Voxel Game

codacy rating discord commit activity

About

Zepha is a powerful, extensible C++ Voxel Game with immense modding possibilities. The API provided allows everybody with even a basic knowledge of Lua to create any subgame imaginable. Though other Voxel Games like Zepha exist, none of them can match it's superior performance, graphical capabilities, and raw modding capability.

Zepha is very early in developement, however it already has several strengths over alternative games / engines. Infinite-sized worlds, client side scripting, a well-designed game selection menu, and more. For those interested in trying out the modding API, a seperate repository containing the documentation for the game is available here.

Zepha's full source code is currently available on this repository for viewing and personal use, however it is important to note that this project is not free nor open source. Unfortunately, as my dream is to make a living off of game development this is not a viable strategy for me. Learning from the source code or exploring the source is allowed and encouraged, though. Feel free to use this repository as a reference for similar works until the repository eventually becomes private.

Building

Please see docs/Building.md for guides and best practices.

License

(c) 2018-2020 Nicole Collings, All Rights Reserved.

You do not have permission to redistribute, copy, or share this work without my explicit written permission. You may download the repository and compile it for personal use or potential contributions. Please contact me if you have any questions or special requests.