Programming isn't hard. But it is hard to find learning materials that teach you to do interesting things with programming. Other computer books go over many topics most newbie coders don't need. This book will teach you how to program your own computer games. You'll learn a useful skill and have fun games to show for it!
This book is for:
- Complete beginners who want to teach themselves computer programming, even if they have no previous experience programming.
- Kids and teenagers who want to learn programming by creating games.
- Adults and teachers who wish to teach others programming.
- Anyone, young or old, who wants to learn how to program by learning a professional programming language.
Table of contents
- Installing Python
- The Interactive Shell
- Writing Programs
- Guess the Number
- Jokes
- Dragon Realm
- Using the Debugger
- Flow Charts
- Hangman
- Extending Hangman
- Tic Tac Toe
- Bagels
- Cartesian Coordinates
- Sonar Treasure Hunt
- Caesar Cipher
- Reversi
- Reversi AI Simulation
- Graphics and Animation
- Collision Detection and Keyboard/Mouse Input
- Sounds and Images
- Dodger
Pages : | 367 |
Size : | 3.2 MB |
Downloads: | 121 |
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 Invent Your Own Computer Games with Python
Download free course Learning Python Matplotlib, pdf file on 97 pages by Stack Overflow Community.
Python is a widely used general-purpose, high-level programming language. Its design philosophy emphasizes code readability, and its syntax allows programmers to express concepts in fewer lines of code than would be possible in languages such as C. The language provides constructs intended to enable
Download free course Test-Driven Development with Python, pdf file on 502 pages by Harry J. W. Percival.
This book will teach you how to make graphical computer games in the Python programming language using the Pygame library.
If you want a basic understanding of computer vision's underlying theory and algorithms, t..., download free Python tutorial in PDF (272 pages) created by Jan Erik Solem .