Thursday, July 31, 2014

Building Games Right from the Start!

I realized today that I actually ordered the second edition of Python Programming, for the Absolute Beginner. I'm not sure of the differences between the editions. I will also be working in Python 2.7.  I read a few things about the differences between Python 2.* and 3 and I decided to start with the Python 2. No special reason for this, I'm just old school and like to work from the ground up. :)

What I really like about Python Programming for the Absolute Beginner is the exercises actually create little games. I just finished the first chapter and the result was a Game Over print out and a little bit of code that I don't understand yet, that keeps the screen open when you run the program, until you press enter.

I'm looking through some of the other chapters. The games sound pretty cool.
Chapter 2, The Useless Trivia Program
Chapter 3, The Guess My Number Game
Chapter 5, The Hangman Game
Chapter 8, The Critter Caretaker Program
Chapter 11, The Pizza Panic Game
Chapter 12, The Astrocrash Game

I love the idea of actually building something I can use and share. I'm a closet game addict. Back in the early Nintendo days I got caught up in Legend of Zelda and forgot to feed my kids dinner. I swore then I would never let a game control me. I revert occasionally, but my kids are grown and feeding themselves now.

Tomorrow I'll go through some of the features of How to Think Like a Computer Scientist. It's an open source, interactive book that you can freely access. It has some cool features, but more about that tomorrow!

No comments:

Post a Comment