Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

Very clever mechanics in this one, although I couldn't really understand the concept behind "complexity" and "inheritance" functions and got stuck.

Hi, first, did you learn the 1st function found, the one described by "I enhance the RPG flavor..."? If you configure it with "yes" it shows stats with your understanding level (number) & xp (bar).

The complexity value from a function shows how hard it is to understand, so how long it'll take to learn it. If it matches your own level, it'll take like 1 second to learn. It'll go faster if your understanding is above the function complexity, and slower if it's the opposite.

The inheritance is linked to the scope of a function. The global ones affects the whole game, and if a function is present as global more than once in the game, their settings are all the same. The local ones affect the current screen only, and if they're set on "inherit", they take the value of their global version. Alas this is underdevelopped in game, because of a lack of time in levels design.

But knowing all this is not really necessary to progress, where are you stuck?