Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hello, this doesn't exactly explain what AppGameKit does or how to deploy a python app onto itch. could you explain that to me or direct me to the right article for this question? Thanks in advance

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!