Go to file
Ruben Dahl 0af3364fcf
Changed devel_commitinfo to buildinfo
Also, the command is now `-B' instead of `devel commitinfo'
2023-01-13 21:33:57 +01:00
ceevlang@870c6089f4 Updated ceevlang 2023-01-13 20:28:48 +01:00
src Changed devel_commitinfo to buildinfo 2023-01-13 21:33:57 +01:00
.gitignore Minor changes, just some cleanup. 2022-12-27 15:23:00 +01:00
.gitmodules Moved the language section to its own repository 2023-01-13 20:22:58 +01:00
CMakeLists.txt Cleaned up the sources 2023-01-13 20:26:11 +01:00
LICENSE Added README and License information 2022-12-20 16:13:07 +01:00
README.md Ew, formatting. 2022-12-20 22:18:10 +01:00

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.