Go to file
Auri 921649b17b Add some debug GUI back, fix CLion folder configuration. 2021-08-29 20:38:22 -07:00
.github Update FUNDING.yml 2021-08-04 23:16:26 -07:00
.idea Add some debug GUI back, fix CLion folder configuration. 2021-08-29 20:38:22 -07:00
assets More Lua GuiElement functionality. 2021-08-24 01:48:53 -07: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 Add some debug GUI back, fix CLion folder configuration. 2021-08-29 20:38:22 -07:00
subgames Add some debug GUI back, fix CLion folder configuration. 2021-08-29 20:38:22 -07:00
test Synchronize block interaction callbacks, wieldlists, etc. Breaking broke 2020-07-28 14:11:11 -07:00
.gitignore Add some debug GUI back, fix CLion folder configuration. 2021-08-29 20:38:22 -07:00
.gitmodules Revert assimp submodule to release 5.0 2020-10-29 22:02:35 -07:00
CMakeLists.txt Replaced LibNoise in MapGen with FastNoise2 for S U P E R S P E E D 2021-08-09 22:39:20 -07:00
LICENSE.md Add some debug GUI back, fix CLion folder configuration. 2021-08-29 20:38:22 -07:00
README.md Update README.md 2021-03-11 12:20:25 -08:00

README.md

Zepha Voxel Game

release 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.

Alternatively, check the Releases page for automatically built Linux binaries.

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.