Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Python Game Development™ : Build 11 Total Games
Rating: 3.3 out of 5(812 ratings)
13,306 students

Python Game Development™ : Build 11 Total Games

Build games like Mario, Angry Bird, Flappy Bird and many more with the Python --Easiest Programming Language
Created bySachin Kafle
Last updated 7/2024
English

What you'll learn

  • Master some complex games with most easiest programming language
  • Develop a basic logic of programming with Python
  • Will know how to make best GUI games with Python
  • Will be ready to deploy new games

Course content

11 sections200 lectures39h 55m total length
  • Introduction3:16
  • Why python2:07
  • Install Python10:58
  • Tour of IDLE -- IDE of Python3:39

    Open IDLE, the Python bundled IDE, and learn to run code in the shell. Create and save a .py file, and use print statements to view output in the console.

  • Download Visual Studio Code (Must for this course)9:57

Requirements

  • A computer—any will do!
  • There are no other requirements! Give it a go!

Description

Have you ever wanted to build a games with a graphical interface but didn't know how to? May be you even know how to create tools on a command line but have no idea how to convert it into a graphical interface that people can click on. In this course we will be learning Python GUI Programming + Turtle + other advanced python modules to build graphical user interfaces (GUI) and games from scratch. 

Games You will make throughout course:

  • Cannon game
  • Flappy bird from turtle
  • Pacman
  • Pong
  • Snake
  • Tiles
  • Tron
  • Tic Tac Toe


Four major Projects:

  • Flappy Bird from Pygame
  • Angry Bird from Pygame and Pymunk
  • Race 2D
  • Mario Game

We will learn from basics of Python i.e. variables, slicing, string, some module, arithmetic and logical operations, looping, functions, object oriented programming.

After that we will learn the basics stuff of Pygame and OpenGL and Blender basics stuff.

Who this course is for:

  • Anyone who wants to develop games but doesn't have any programming skills
  • Anyone who wants to learn Python Programming by making games
  • Anyone who wants to know blender scripting
  • Anyone who wants to know basics pygame and openGL python module