By tidying up I mean I removed some of the comments made by Copilot that I didn't 100% agree with. I also got ready for the main stretch before the main stretch, by readying some important functions. Functionality to come. |
||
---|---|---|
DOC | ||
src | ||
.gitignore | ||
CMakeLists.txt | ||
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
Initializing a project
Make a new folder, then run the following command:
./ceev init
Building the project
Run the following command:
./ceev build
Running the project
Run the following command:
./ceev run
More help
Run the following command:
./ceev --help
if you need more help.
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.