Game made in vnPY


Makes Visual Novels

Written in Python

StatusIn development
CategoryTool
PlatformsHTML5
Authormmph

Download

Download
vnPY 0.1.0.exe 6 MB

Install instructions

To start, make a file, the extension doesn't really matter

In said file are these instrucitons:

title("title text") // sets the title of the game
icon("img link") // sets the favicon of the game
box("box-bg-color","box-border-color") // sets the textbox colors
bgimg("img link") // sets the background of the game
char("img link") // sets the character
say("character name","text") // makes the textbox display something
pause // pauses the game
ending("text") // makes the screen black with white text in the center

To compile, bring in vnPY to the directory, and in the terminal, type

VNPYFILENAME SCRIPTNAME

an example is 

'.\vnpy 0.1.0.exe' script.vnpy

happy hacking!