Making Games with Python & Pygame

When you get down to it, programming video games is just about lighting up pixels to make pretty pictures appear on the screen in response to keyboard and mouse input.

And there are very few things that are as fun.

This book will teach you how to make graphical computer games in the Python programming language using the Pygame library.

This book assumes you know a little bit about Python or programming in general. If you don’t know how to program, you can learn by downloading the free book ?Invent Your Own Computer Games with Python? from http://inventwithpython.com. Or you can jump right into this book and mostly pick it up along the way.

Table of contents

  • Who is this book for?
  • Installing Python and Pygame
  • What You Should Know Before You Begin
  • Downloading and Installing Python
  • Windows Instructions
  • Mac OS X Instructions
  • Ubuntu and Linux Instructions
  • Starting Python
  • Installing Pygame
  • How to Use This Book
  • The Featured Programs
  • Downloading Graphics and Sound Files
  • Line Numbers and Spaces
  • The QUIT Event and pygamequit() Function
  • Email questions to the author: al@inventwithpythoncom
  • Surface Objects and The Window
  • Colors
  • Transparent Colors
  • pygameColor Objects
  • pygamePixelArray Objects
  • The pygamedisplayupdate() Function
  • Animation
  • Frames Per Second and pygametimeClock Objects
  • Making the Source Code Look Pretty
  • Using Constant Variables Instead of Strings
  • Making Sure We Have Enough Icons
  • Tuples vs Lists, Immutable vs Mutable
  • One Item Tuples Need a Trailing Comma
  • Converting Between Lists and Tuples
  • The global statement, and Why Global Variables are Evil
  • Data Structures and D Lists
  • Drawing the Game State to the Screen
  • Creating the ?Revealed Boxes? Data Structure
  • Creating the Board Data Structure: Step – Get All Possible Icons
  • Step – Shuffling and Truncating the List of All Icons
  • Step – Placing the Icons on the Board
  • Splitting a List into a List of Lists
  • Different Coordinate Systems
  • Converting from Pixel Coordinates to Box Coordinates
  • Drawing the Icon, and Syntactic Sugar
  • Syntactic Sugar with Getting a Board Space’s Icon’s Shape and Color
  • Drawing the Box Cover
  • Handling the Revealing and Covering Animation
  • Revealing and Covering the Groups of Boxes
  • Slide Puzzle
  • How to Play Slide Puzzle
  • Source Code to Slide Puzzle
  • Second Verse, Same as the First
  • Setting Up the Buttons
  • Being Smart By Using Stupid Code
  • The Main Game Loop
  • Clicking on the Buttons
  • Sliding Tiles with the Mouse
  • WASD and Arrow Keys
  • Actually Performing the Tile Slide
  • IDLE and Terminating Pygame Programs
  • Checking for a Specific Event, and Posting Events to Pygame’s Event Queue
  • Creating the Board Data Structure
  • Not Tracking the Blank Position
  • Making a Move by Updating the Board Data Structure
  • When NOT to Use an Assertion
  • Getting a Not-So-Random Move
  • Converting Tile Coordinates to Pixel Coordinates
  • Drawing the Buttons
  • Animating the Tile Slides
  • The copy() Surface Method
  • Creating a New Puzzle
  • Animating the Board Reset
  • Time vs Memory Tradeoffs
  • Nobody Cares About a Few Bytes
  • How to Play Simulate
  • Source Code to Simulate
  • The Usual Starting Stuff
  • Setting Up the Buttons
  • The main() Function
  • Some Local Variables Used in This Program
  • Drawing the Board and Handling Input
  • Checking for Mouse Clicks
  • Checking for Keyboard Presses
  • The Two States of the Game Loop
  • Figuring Out if the Player Pressed the Right Buttons
  • Epoch Time
  • Drawing the Board to the Screen
  • Same Old terminate() Function
  • Reusing The Constant Variables
  • Animating the Button Flash
  • The Usual Setup Code
  • About This Book ix
  • Setting up Timing Constants for Holding Down Keys
  • More Setup Code
  • Setting Up the Piece Templates
  • Splitting a ?Line of Code? Across Multiple Lines
  • The main() Function
  • The Start of a New Game
  • The Game Loop
  • The Event Handling Loop
  • Pausing the Game
  • Using Movement Variables to Handle User Input
  • Checking if a Slide or Rotation is Valid
  • Finding the Bottom
  • Drawing Everything on the Screen
  • The calculateLevelAndFallFreq() Function
  • Email questions to the author: al@inventwithpythoncom
  • Drawing the Score and Level Text
  • Drawing a Piece on the Board or Elsewhere on the Screen
  • Keeping Track of the Location of Things in the Game World
  • Starting Off with Some Grass
  • Adding New Grass and Squirrel Objects
  • Camera Slack, and Moving the Camera View
  • Drawing the Background, Grass, Squirrels, and Health Meter
  • The Event Handling Loop
  • Moving the Player, and Accounting for Bounce
  • Collision Detection: Eat or Be Eaten
  • Reading and Writing Text Files
  • Text Files and Binary Files
  • Writing to Files
  • Reading from Files
  • About the Star Pusher Map File Format
  • Recursive Functions
  • The Flood Fill Algorithm
  • Drawing the Map
  • Checking if the Level is Finished
  • Source Code for Ink Spill
  • Source Code for Four-In-A-Row

 

Size : 4456.332 Kb
File type : pdf
Downloads: 1522
Created: 2019-05-01

Others Python Tutorials

Python tutorial for professionals

How To Code in Python 3

Python Datetime free PDF

Think Python

Test-Driven Development with Python

Others related eBooks about Making Games with Python & Pygame

Getting started with C#

Free tutorial in PDF about C# programming ,a training document under 52 pages designated to beginners who want to learn the basics of CSharp language....

Programming Computer Vision with Python

Download free course Programming Computer Vision with Python, pdf file on 300 pages by Jan Erik Solem....

Learning C Language eBook in PDF

This is a free and comprehensive tutorial on C language,whether you are an experienced programmer or not, this tutorial is intended for all those who wish to learn the programming language C. Document in PDF on 465 pages created by StackOverFlow....

JavaScript for impatient programmers

Download free course JavaScript for impatient programmers, pdf file on 526 pages by Axel Rauschmayer....

Elementary Algorithms

This is a free book about elementary algorithms and data structures. This book doesn't only focus on an imperative (or procedural) approach, but also includes purely functional algorithms and data structures. It doesn't require readers to master any programming languages, because all the algorit...

Getting started with Fortran language

Download free Fortran tutorial course in PDF, training file in 14 chapters and 83 pages. Free unaffiliated ebook created from Stack OverFlow contributor....

COBOL in 21 days

This tutorial present an easy way to learn COBOL in a few days,free training courses in PDF for beginners and intermediate level users....

Python Data Science Handbook

Download free course Python Data Science Handbook, pdf file on 548 pages by Jake VanderPlas....

Modeling and Simulation in Python

This book is an introduction to physical modeling using a computational approach. It is organized in three parts:...

Graph Algorithms

Download free course Graph Algorithms, pdf file on 257 pages by Mark Needham, Amy Hodler....