Very cool! Reminds me of the games I was programming as a teen. Pygame seems like a pretty straight forward framework to easily start seeing things move on the screen which is really important to keep people motivated.
Funny---I did literally exactly this in my senior year of high school with some friends. Pygame is so easy, it's amazing what you can do.<p>I think what we build should still work!<p><a href="https://github.com/keevie/Awesomer-Game" rel="nofollow">https://github.com/keevie/Awesomer-Game</a>
It's a bit confusing that near the beginning it says that on a Mac Python is already installed (yay!), but as soon as you get to the meat where PyGame is installed, it basically says you'll need to re-install Python if you're on a Mac. So the "already installed" bit isn't all that useful, or did I misread?