An open API service indexing awesome lists of open source software.

https://github.com/unsetsoft/vne

A smaller visual novel engine
https://github.com/unsetsoft/vne

visualnovel visualnovelengine vne vnengine

Last synced: 4 months ago
JSON representation

A smaller visual novel engine

Awesome Lists containing this project

README

          

# Visual Novel Engine (VNEngine)

**VNEngine** is a visual novel engine developed in Python using Pygame. It offers a flexible and simple way to create visual novels with support for characters, backgrounds, sprites, dialogues, conditions, and labels.

> [!IMPORTANT]
> The engine name may change

> [!IMPORTANT]
> the engine does not have an interface, it is used in CLI mode

## Installation (SRC)

### Requirements

* Pygame

1. Clone this repository:
```bash
git clone https://github.com/Neyunse/vne/tree/dev vne
cd vne
```

2. Install necessary dependencies:
```bash
pip install -r requirements.txt
```

3. Run the engine:
```bash
python main.py -r -f test-game
```

## License

VNengine © 2024 by Neyunse is licensed under Creative Commons Attribution-NoDerivatives 4.0 International

> [!WARNING]
> The license can be modified in future updates, the license that is modified becomes effective from the next update or change in the repository. Old licenses will remain active for old versions only.

## Contributions

Feel free to fork and contribute to this engine.

## Fork rules

- create a new branch and work there
- if you create a fork please contribute to this repo