Skip to content

toimetovaD/novel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Visual novel game


Simple story about guy who just wants well-paid job


-Application functionality-

Works like classic novel: shows pictures (backgrounds, sprites of characters), outputs text

main menu:

Logo yeah


How does it work?

This novel was created on Ren'Py engine, based on Python.

At the first, i just added files that i need- backgrounds, characters' sprites, sounds and few animations. After that coding has began.

an example:
#characters
define e = Character('Эрика', color="#DC143C")
define v = Character('Веньямин', color="#FFD700")
define i = Character('Айзек', color="#006400")
define l = Character('Ленор', color="#483D8B")
define me = Character('я', color="#BC8F8F")
define b = Character('Босс', color ="#FFFFFF")

All of the sprites and backgrouns were drawn by my own.

characters' sprites

Logo

There are plot ramifications in game. To create them i used menu to give to player oportunity of choosing answer and call or jump functions to move the plot of game.

an exaple:
menu:
        "Позвать Эрику":
            jump callerika

        "Убежать":
            jump runaway

CONCLUSION

This game is simple and it is just an experiment, but I hope you'll enjoy it anyway!


Thanks for attetion!!


i worked really hard on this project so i really hope you'll like it

image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages