Invent Your Own Computer Games with Python teaches you how to make your own versions of classiccomputer games. Abstract:
1,915 374 7MB
English Pages 379 Year 2017
Table of contents :
Content: Installing Python --
The interactive shell --
Writing programs --
Guess the number --
Jokes --
Dragon realm --
Using the debugger --
Designing hangman with flow charts --
Hangman --
Extending hangman --
Tic tac toe --
Bagels --
Cartesian coordinates --
Sonar treasure hunt --
Caesar cipher --
Reversi --
Reversi AI simulation --
Using pygame and graphics --
Animating graphics --
Collision detection and keyboard/mouse input in pygame --
Sounds and images --
Dodger.