Hi Folks,
I see that AppGameKit is currently on sale via Steam, and I'm interested in purchasing it to remake an app that I made some years ago in a different software that is now no longer supported or updated called Neobook.
My understanding of programming is very basic (we're talking Commodore 64 levels here), but I did manage to make my app work previously.
Rather than being a game, the app is almost like a 'calculator' of sorts, that helps hairstylists correctly formulate their hair colour mixtures.
The UI is simply 2 pull down combo boxes where the hairstylist selects the current hair colour code for their client, and then their desired hair colour code outcome (these lists are populated by looking up the 'haircolour_names' in a column of the table.
Next, behind the scenes, the app looks up unique properties for each hair colour code in the table, such as 'how light or dark it is on a scale of 1-10'.
We then do some maths, e.g. IF $target_colour_shade_lightness => $current_colour_shade_lightness SET $NeedsPeroxide="TRUE" ELSE $NeedsPeroxide="False";
^^^^That type of thing. There are a lot of conditional statements required based on the info about the colour in it's row, which determine which 'results page' the user will be taken to, and the text result that they will read. For example, the printed text might be, "Mix $Weight grams of $Strength peroxide and $ColourAmount grams of $TargetColourShade, then apply to the hair, leaving to develop for $DevelopmentTime mins."
So is this possible to recreate using AppGameKit? If so, which parts of the package would I need to purchase in order to accomplish this?
Many thanks,
Chris