|
||
---|---|---|
src | ||
.gitignore | ||
CMakeLists.txt | ||
FILE_FORMAT.md | ||
LICENSE | ||
README.md |
README.md
CeeV
A simple visual novel engine written in C++.
Usage
Building
CeeV uses CMake to build. To build, run the following commands:
mkdir build
cd build
cmake ..
make
Running
To run CeeV, run the following command:
./CeeV <path to .cv file>
File Format
CeeV uses a custom file format to store visual novel data. The file format is described in FILE_FORMAT.md.
License
CeeV is licensed under the AGPL-3.0 License. See LICENSE for more information.
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.