Skip to content

Neyunse/vne

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Note

Read the doc here

Installation (build)

  1. Download the executable (https://github.com/Neyunse/vne/releases)
  2. Put the SDK in a folder with the name of your project and Run the engine (vne.exe)
  3. Edit
  4. Have fun!

Installation (SRC)

Requirements

  • Pygame
  1. Clone this repository:

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

    pip install pygame
  3. Run the engine:

    python engine.py

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.


Extra info

Some icons by Icons8 (https://icons8.com/icon/391/box)

EXE builded with Nuitka