Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Hi, AppGameKit is a game development engine made by TheGameCreators.  They granted me permission to make their library available for use in Python.

There are some examples on using this library in the downloads section.  You can deploy an app you develop much like any other Python apps.  There's also a pyinstaller spec example in the downloads section that makes packaging the app up for Windows depoyment with PyInstaller easier.

The AppGameKit site has an community forum, though the examples you'll see there will be in AGK's own BASIC language or C++.  Using this Python library is similar, but I've opted to use Python's naming conventions instead.

I hope that helps!