Hi,
I just finished up a game I made in AppGameKit Studio. I wanted to try the level editor and made a Pac Man level and that led to making a game, with all the Ms Pac Man levels as well.
The code and art is on GitHub here:
https://github.com/StewBC/MrPacMan
There's a YouTube video of the game here:
https://youtu.be/pFb6vqTuDvM
I really enjoyed making the game, but what I did learn is that, in my opinion, the AppGameKit Studio is not yet ready for prime time. The level editor lacks some pretty important features, such as manipulating multiple sprites at the same time (setting rotation, etc.) and selecting by array group and so forth. The code editor is fine, but again, being used to Visual Code Studio or Sublime Text or TextMate, it's lacking.
Hopefully this will get there in time. I wrote the code in VS Code and used AppGameKit Studio just to compile and debug.
Thanks.