Go to file
Ruben 74e8427f89
Some formatting changes.
Added background colors and colored some of the prompts.
Very minor update, just want to get this one out.
2022-12-21 11:12:12 +01:00
DOC Added `--help' and tidied up a bit. 2022-12-20 22:16:21 +01:00
src Some formatting changes. 2022-12-21 11:12:12 +01:00
.gitignore Initial commit 2022-12-20 15:59:28 +01:00
CMakeLists.txt Started work on ceev init, and planned ceev clean. 2022-12-21 09:49:46 +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.