Go to file
Nicole Collings ad029752ef Reorganize filesystem. 2020-07-26 19:59:03 -07:00
.idea MapGen rewrite pt. 1 - has DensityBehavior code. 2020-07-15 23:25:39 -07:00
assets Reorganize filesystem. 2020-07-26 19:59:03 -07:00
lib/header add readme 2020-02-28 13:04:43 -08:00
src Reorganize filesystem. 2020-07-26 19:59:03 -07:00
subgames Reorganize filesystem. 2020-07-26 19:59:03 -07:00
test Update to sol3, vec3 customization, C++ 17 now required. 2020-07-23 18:54:11 -07:00
.gitignore Optimize *all* of the imports across *every single file*.. damn. 2020-07-06 18:34:59 -07:00
.hidden Refactor build files and libraries. 2019-07-17 22:42:42 -07:00
CMakeLists.txt Update to sol3, vec3 customization, C++ 17 now required. 2020-07-23 18:54:11 -07:00
LICENSE.md Modified the README.md and LICENSE.md files. 2019-07-15 13:32:51 -07:00
LoadLibs.cmake Fix Assimp compilation 2019-11-02 17:00:50 -07:00
README.md Update README.md 2020-01-13 15:49:08 -08:00
WindowsBuilding.md Complete Windows building documentation 2019-10-31 16:45:46 +00:00

README.md

Zepha Voxel Game

Codacy Rating Discord Badge GitHub Commit

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.

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.