🌐
Reddit
reddit.com › r/learnpython › i want to learn python and develop games, from where should i start.
r/learnpython on Reddit: I Want to learn Python and develop games, from where should I start.
July 30, 2024 -

Hello everyone, lately my interest on game making has grown larger, I have never done any sort of coding before, except for that time I made pong in Python... but that was over three years ago, I have completely forgot every thing I learned lol and I had to stop learning it because I didn't have any time at the time any longer.

So from where should I start?

🌐
Code.org
code.org › en-US › tools › python-lab
Python Lab | Learn Real Python Coding in School
Check out the starter projects below to see how Python Lab works, you can also remix them and make them your own! Watch the painter make a beautiful image with butterflies and flowers ...
Discussions

AI creates game in Python in 140 lines of code
Inspired by @vertinski and built by Codex. I am only a bystander here :slight_smile: Code: GitHub - CristiVlad25/ai: AI Stuff More on community.openai.com
🌐 community.openai.com
0
13
August 16, 2021
I Want to learn Python and develop games, from where should I start.
If you want to make games consider not choosing Python for it You can't actually create a true exe file with Python which players will be able to launch without installing your version of python and the modules Even if you ship python game in form of frozen binary with interpreter and all the modules, there are further limitations with this approach. And more important, Python lacks performance and type safety More on reddit.com
🌐 r/learnpython
58
41
July 30, 2024
How complex a game can you build in Python?
I mean hypothetically it's infinite. Eventually you will need libraries likely coded in something like C or need to use something like Vulkan to render the game. And the performance hit would be massive. But even Unreal Engine 4 has a plugin that let's you write your game in Python. Your racing game idea would be possible although I am unsure what engines to reccomend for development as I only work in Unreal Engine. More on reddit.com
🌐 r/learnpython
55
183
September 21, 2022
Wrote my first game program in Python! It's a simple, kind of janky little text adventure with 9 endings!
Awesome! A text game was my first python project, too. More on reddit.com
🌐 r/learnpython
17
35
October 23, 2023
People also ask

Is this real Python?

Yes! Python Lab runs Python 3. It supports common language features like functions, loops, conditionals, lists, and more.

🌐
code.org
code.org › en-US › tools › python-lab
Python Lab | Learn Real Python Coding in School
Is Python Lab right for my classroom?

If your students are ready for text-based coding, absolutely. It’s built specifically for middle and high school students, with curriculum and support tools to match.

🌐
code.org
code.org › en-US › tools › python-lab
Python Lab | Learn Real Python Coding in School
Can students use external libraries or files?

At the moment Python Lab supports Pandas, Matplotlib and Numpy python libraries.

🌐
code.org
code.org › en-US › tools › python-lab
Python Lab | Learn Real Python Coding in School
🌐
GeeksforGeeks
geeksforgeeks.org › python › snake-game-in-python-using-pygame-module
Snake Game in Python - Using Pygame module - GeeksforGeeks
Next, the code defines some variables. The snake_speed variable controls how fast the snake moves around the screen. The window_x and window_y variables define the size of the game window onscreen.
Published   July 23, 2025
🌐
OpenAI Developer Community
community.openai.com › api
AI creates game in Python in 140 lines of code - API - OpenAI Developer Community
Inspired by @vertinski and built by Codex. I am only a bystander here 🙂 Code: GitHub - CristiVlad25/ai: AI Stuff
Published   August 16, 2021
🌐
Grant Jenks
grantjenks.com › docs › freegames
Free Python Games — Free Python Games 2.5.3 documentation
Free Python Games is an Apache2 licensed collection of free Python games intended for education and fun. The games are written in simple Python code and designed for experimentation and changes.
🌐
CodeCombat
codecombat.com
CodeCombat - Coding games to learn Python and ...
Learn typed code through a programming game. Learn Python, JavaScript, and HTML as you solve puzzles and learn to make your own coding games and websites.
Find elsewhere
🌐
Coding for Kids
codingforkids.io › en
Coding for Kids - Learn Python By Playing | Coding for Kids
Learn Python online interactively by playing a game, right from your browser. Ideal for children aged 7-15. Start coding today!
🌐
Codédex
codedex.io › codédex | start your coding adventure ⋆˙⟡
Codédex | Start Your Coding Adventure ⋆˙⟡
Codédex is a new way to learn to code for kids and adults alike. Journey through the fantasy land of Python, HTML, CSS, or JavaScript, earn experience points (XP) to unlock new regions, and collect all the badges at your own pace.
🌐
Pygame
pygame.org › news
pygame news
pygame (the library) is a Free and Open Source python programming language library for making multimedia applications like games.
🌐
Sololearn
sololearn.com › en › Discuss › 1088066 › what-kind-of-games-can-i-make-with-python
What kind of games can i make with python | Sololearn: Learn to code for FREE!
February 20, 2018 - Pac-Man and snake are pretty easy to do in python if you download pygame. ... I'm with Jax on this one. I know Unreal also, but I'm a fanboy of Unity. You'll find a lot more support and resources for it, and overall the designer is better imo. ... @PRAMOD https://www.pygame.org ^Go there and get started with learning that. You can easily make snake/PacMan with it. ... You can write Pseudo 3D game with Pygame like Doom: https://youtu.be/yASop1CxXfE Source code: http://github.com/mlambir/Pygame-FPS
🌐
CheckiO
checkio.org
CheckiO - coding games and programming challenges for beginner and advanced
CheckiO is also very flexible and open for new ideas. SendGrid, for instance, with our help is publicising their Python API. A SendGrid island was created as a unique way to test their software with our coders by having them solve missions in the game.
🌐
GitHub
github.com › itspyguru › Python-Games
GitHub - itspyguru/Python-Games: A collection of small python games made by me using pygame and tkinter libraries · GitHub
This repository contains a collection of small python games made by me using turtle, tkinter and pygame library.
Starred by 361 users
Forked by 207 users
Languages   Python
🌐
GitHub
github.com › SanjayKotabagi › 50-Games-Using-Python
GitHub - SanjayKotabagi/50-Games-Using-Python · GitHub
git clone https://github.com/your-username/50-Games-Using-Python.git Navigate to the specific game directory you want to play. cd 50-Python-Games/GameName Run the Python script for that game python game_name.py Note: Some games may have additional ...
Starred by 10 users
Forked by 9 users
Languages   Python
🌐
IDTech
idtech.com › blog › easy-games-to-make-in-python
9 Easy Games to Make in Python (And Starter Code for Beginners)
February 7, 2025 - Python is one of the best programming languages for beginners, and what better way for them to learn (or reinforce their new skills) than by creating their own games? With simple syntax and powerful libraries like NumPy, Matplotlib, and PyGame, kids can learn the benefits of Python while building fun and interactive games in relatively no time.
🌐
GitHub
gist.github.com › sanchitgangwar › 2158089
Snakes Game using Python · GitHub
Snakes Game using Python. GitHub Gist: instantly share code, notes, and snippets.
🌐
Medium
medium.com › @marsmans › beginner-python-game-2f322dfc6bef
Build A Game In Python — For Beginners | by Sam Marsman | Medium
February 5, 2023 - Start by writing a statement describing the game — this will be printed when the game is run. print("Guess a number between 1 and 100. I'll tell you if the number I chose is lower or higher than your guess.") print is a built-in python method that displays text in the terminal. We need to declare some variables now. One variable is needed to hold the value of the random number that the code will generate.
🌐
CodingNomads
codingnomads.com › blog › python-project-for-beginners-guess-the-number-game
Build your first Python game. Python Project for Beginners.
Save your code! ... In this article and video, you will learn how to write a simple Guess-the-number game in Python using a normal text editor.
🌐
AskPython
askpython.com › home › easy games in python
Easy Games in Python - AskPython
February 16, 2023 - This was most of our favorite game when we were kids. We can actually code this game in python by importing just two modules!
🌐
CodinGame
codingame.com › start
Coding Games and Programming Challenges to Code Better
Level up your coding with games, puzzles, and challenges. ... Discover why 3 million+ developers love CodinGame. 100% free. ... Show off your JavaScript skills in a Clash of Codes or brush up your Python while building a bot.
🌐
Invent with Python
inventwithpython.com › invent4thed
Invent Your Own Computer Games with Python - Invent with Python
Each chapter gives you the complete source code for a new game, and then teaches the programming concepts from the examples. Games include Guess the Number, Hangman, Tic Tac Toe, and Reversi.