Member-only story

How To Make a iPhone Game With Python

Manpreet Singh
3 min readJun 14, 2022

--

Welcome back! Python is an awesome programming language with a ton of capability, if you’re new to Python, check out the link below to learn more about it:

So, let’s take a look at how you can make an iPhone game with Python! This specific tutorial is going to be using the Kivy package, this is a cross platform application framework for Python! There are a few different games that were developed with this package, here are a few of them:

https://apps.apple.com/us/app/2048-with-kivy/id841404915

https://apps.apple.com/us/app/chicago-card-game/id1148343291

To get started, you can install this package with the following command:

Next up we want to install the Kivy framework, this framework is a cross-platform app development package that allows us to build out apps. Let’s install the Kivy package using the following line:

pip install kivy

We also want to install XCode on our machine, if you have a Mac, this is the process to do this:

--

--

Manpreet Singh
Manpreet Singh

No responses yet