Game Development in Python 3 With PyGame - 1 - Intro

Channel:
Subscribers:
1,410,000
Published on ● Video Link: https://www.youtube.com/watch?v=ujOTNg17LjI



Category:
Tutorial
Duration: 24:09
946,184 views
8,783


In this video, we introduce how to make video games with the Python programming language and the PyGame module to make video games. Python makes for a great programming language to use when learning game development because of its simple syntax.

Learning game development is also a great way to learn how to program. Video games usually incorporate mathematics, physics , sometimes artificial intelligence, and a lot of logic. Most importantly, they can be an enjoyable way to learn all of this.

Now the installation for Pygame from one of the websites shared uses wheel (whl) files instead of executables. To install the wheel file:

Download the .whl that matches your python version and bit version. Once downloaded:

Either use this tutorial: https://www.youtube.com/watch?v=jnpC_Ib_lbc

or..

Extract the .whl file, you should see a "pygame" directory. If you do not have a program that can extract it, use something like 7-zip.

Move the Pygame directory to:
C:/Python34/Lib/site-packages/


See http://pythonprogramming.net for sample code
PyGame with Python 3 Playlist: http://www.youtube.com/playlist?list=PLQVvvaa0QuDdLkP8MrOXLe_rKuf6r80KO

http://seaofbtc.com
http://sentdex.com
http://hkinsley.com
https://twitter.com/sentdex

Bitcoin donations: 1GV7srgR4NJx4vrk7avCmmVQQrqmv87ty6







Tags:
Python (Programming Language)
Pygame (Software)
game
development
programming
video
games
how-to
tutorial
make
create
Introduction
Video Game Development (Conference Subject)
Video Game (Industry)
beginner
computer