Skip to content

Neyunse/vne

Folders and files

NameName
Last commit message
Last commit date

Latest commit

69d927f · Feb 22, 2025
Feb 14, 2025
Dec 24, 2024
Feb 22, 2025
Feb 17, 2025
Feb 22, 2025
Feb 14, 2025
Feb 18, 2025
Feb 8, 2025
Feb 22, 2025
Feb 12, 2025
Feb 14, 2025
Feb 22, 2025
Feb 22, 2025
Feb 22, 2025
Feb 18, 2025
Feb 3, 2025
Feb 3, 2025
Feb 17, 2025

Repository files navigation

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:

    git clone https://github.com/Neyunse/vne/tree/dev vne
    cd vne
  2. Install necessary dependencies:

    pip install -r requirements.txt
  3. Run the engine:

    python main.py debug 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.