Hi,
I see that "AppGameKit 2" was rebranded "AppGameKit Classic" and re-released on Steam.
Your game engine is near 100%, just two issues:
1. HTML5 version of game does not save game data?
2. "OpenBrowser" command used in HTML5 version fails on Internet browsers with default popup blockers?
Solutions are easy:
1. Use simple Internet "Cookies" or "HTML5 Local Storage".
2. Add function perimeter to open URL in current tab.
That's about it.
There is a work-around for issue #2 above, but nothing for issue #1 above.
Hopefully your development team can fix the above two issues?
Thanks!
Jesse