This book features seven different games that are clones of popular games that you've probably already played. The games are a lot more fun and interactive than the text-based games in Invent with Python, but are still fairly short. All of the programs are less than 600 lines long. This is pretty small when you consider that professional games you download or buy in a store can be hundreds of thousands of lines long. These games require an entire team of programmers and artists working with each other for months or years to make.
The book features the source code to 11 games. The games are clones of classics such as Nibbles, Tetris, Simon, Bejeweled, Othello, Connect Four, Flood It, and others.
Table of contents
- Installing Python and Pygame
- Pygame Basics
- Memory Puzzle
- Slide Puzzle
- Simulate
- Wormy
- Tetromino
- Squirrel Eat Squirrel
- Star Pusher
- Four Extra Games
Pages : | 365 |
Size : | 5.6 MB |
Downloads: | 193 |
Created: | 2022-02-03 |
License: | CC BY-NC-SA |
Author(s): | Al Sweigart |
Warning: Trying to access array offset on false in /home/tutovnfz/public_html/amp/article-amp.php on line 263
Others related eBooks about Making Games with Python & Pygame
Download free course Modeling and Simulation in Python, pdf file on 247 pages by Allen Downey.
This tutorial is a selflearning document in PDF for a course in Python programming intended to advanced students level.
This book assumes that everyone needs to know how to program, and that once you know how to program you will figure out what you want to do with your newfound skills. Download free ebook intituled Python for Everybody, creative commons document
This second edition of the well-received book has been extensively revised: All code is now written in Python version 3.6 (no longer version 2.7). In addition, the two first chapters of the previous edition have been extended and split up into five new chapters, thus expanding the introduction to pr
This is the lecture notes for a course on Python and coding theory designed for students who have little or no programmig experience. You will learn some of the Python computer programming language and selected topics in coding theory.