Work Life (Visual Novel / Game)
|
Want to make a game similar to Work Life? Copy the files and take a look at the API. Of course, you can always reference this game's code for design patterns.
header files:
source files:
You will need a functioning bulid environment before moving forward with the guide:
make
the templateutil.h
and vnlib.h
) into your include
directoryutil.cpp
and vnlib.cpp
) into your src
directorymain.cpp
file to the following. Start with the smallest possible program to ensure library files are copied and bulid environment is functional. Makefile
. Make sure DEFAULTLIBS
is enabled. make
the projectmain.cpp
to have a story start function make