Review of ‘Invent Your Own Computer Games With Python’ by Al Sweigart
Nowadays, there are few books that serve the function of teaching programming, as well as providing fun, especially for the children. Al’s book serves both.
Basically, this book is about creating games with python but it also serves as a ground for ‘breaking the ice’ for those who think that programming is only for the ‘PC geeks’. According to Al, ‘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 that most newbie coders don’t need. This book will teach you how to program your own computer games. You will learn a useful skill and have fun games to show for it!’
It allows readers to create an interactive game using python and late shift the skill up by using pygame to create animation and sound, a very important aspect of creating games.
Who is this book for?
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 that most newbie coders don’t need. This book will teach you how to program your own computer games. You will 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 computer programming by creating games. Kids as young … Read more