Game Development in Python 3 With Py Game 1 Intro
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: 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 7zip. Move the Pygame directory to: C:, Python34, Lib, sitepackages, See pythonprogra
|
|