Go to file
Nicole Collings df17baba51
Update README.md to include a better description
2020-01-08 14:59:52 -08:00
.github/workflows Create Github Actions Workflow 2019-11-22 14:33:48 -08:00
.idea Make PlayerEntities use the Player model. 2019-10-19 14:03:07 -07:00
assets Lua Entities can be registered on server side, don't transfer yet. 2019-12-28 20:40:29 -08:00
lib/header Fix Windows x64 builds 2019-10-31 01:14:17 +00:00
src Synchronized Server side entities! Many integer vectors changed to ivecs 2020-01-08 14:42:14 -08:00
subgames Synchronized Server side entities! Many integer vectors changed to ivecs 2020-01-08 14:42:14 -08:00
test Finish Deserializer, remove old serializer, fix numerous std bugs 2020-01-07 16:49:39 -08:00
.gitignore Include CMake build dirs in .gitignore 2019-09-08 11:30:09 -07:00
.hidden Refactor build files and libraries. 2019-07-17 22:42:42 -07:00
CMakeLists.txt Block collision boxes, Add Step-up functionality to Collidable 2019-12-09 21:19:02 -08: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 to include a better description 2020-01-08 14:59:52 -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

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.

(c) 2018-2019 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.