#I want to make my own game in Python

1 messages · Page 1 of 1 (latest)

wicked topaz
#

I want to make my own game in python. How should I start? I want to make a platformer game where you are a small ball and you have to go through levels. I never really coded in python, but as far as I know, python is the easiest to start. How to make the levels tho?

jolly zincBOT
#

Hi @wicked topaz. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:

#

Hmm, I don't know enough to give you a confident answer yet. The knowledge sources provided do not contain specific information on how to create a platformer game in Python. However, OpenAI has a range of tutorials and resources that can help you get started with Python and AI, which could be useful in your game development journey.

For instance, OpenAI provides a tutorial (https://platform.openai.com/docs/tutorials/web-qa-embeddings) on how to use their API with Python. This tutorial requires some basic knowledge of Python and GitHub. It also suggests setting up a new virtual environment and installing the required packages by running the following commands:

python -m venv env
source env/bin/activate
pip install -r requirements.txt

While this tutorial may not directly help you in creating a game, it can help you get comfortable with Python and working with APIs, which are skills that can be useful in many programming projects.

For more specific guidance on game development in Python, you might want to look for tutorials or resources that are specifically geared towards this topic. There are many online resources and communities where you can find such information.

Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: