Book Image

The Art of Doing: Video Game Creation with Python and Pygame [Video]

By : Michael Eramo
4.5 (2)
Book Image

The Art of Doing: Video Game Creation with Python and Pygame [Video]

4.5 (2)
By: Michael Eramo

Overview of this book

Have you learned the fundamentals of Python and then asked yourself: what’s next? Then this course is for you. We’ll begin by learning the fundamentals of the Pygame library and video game design as we move on to making four incredibly fun, arcade-style games called Feed the Dragon, Click the Clown, Snake, and Burger Dog. We will then proceed to the concepts of classes and inheritance in Python, which are crucial tools for taking our games to the next level using Sprites and Sprite Groups. If, you have not worked with classes before, you need not worry, we’ve got you covered. We will spend some time learning more intermediate concepts such as how to use sprites, sprite groups, and various sprite collision detection methods as we move on to making two intermediate-level games called Monster Wrangler and Space Invaders. The third part of this course focuses on more advanced topics such as creating a tile map and using/reading it to create more complex-level designs, using 2-dimensional vectors to aid with more complex player movements such as running and jumping under forces of friction and gravity, and adding character animations to make our games really come to life! We will apply these concepts as well as all our previous knowledge to make one last game called Zombie Knight, which is the final project. By the end of this course, you will be able to put forward your own game ideas and feel confident enough in your abilities to create them. All the resources and files for this course are available at https://github.com/PacktPublishing/The-Art-of-Doing-Video-Game-Creation-With-Python-and-Pygame
Table of Contents (14 chapters)
14
Creating Executable Applications of Your Games to Share!
Chapter 11
Game #7: Zombie Knight Part 1
Content Locked
Section 5
Zombie Knight Creating Our Tile Map
In this video, we will cover our game's creating our tile map.