It’s been a while since my last post to my blog and yesterday, while watching OC and lying on the couch, I thought I gotta post something. Then I started to browse through the Pygame site since I thought there might be something cool stuff that I could try on my Nokia 770.
First I started at the Gamelets section. I thought that these should be simple enough and work without any editing on the device. To be honest, that was not the case, but at least I got this small game called Spacepong working. It worked really nice and I could control the ball on the screen using the stylus. The game itself is not the coolest kind, but might offer a good example on how to develop games using Pygame. Here are some screenies from the game taken from Nokia 770.


Now, encouraged from this nice experience with Pygame gamelets, I decided to go for the actual games. Since I’ve always liked Arkanoid I immediately wanted to try Pygame version of that called Nannoid. To my surprise, it also worked right out of the package. Well not fully. As you can see from the screenshots below, the game didn’t quite fit to the screen. Anyhow, this seems like something that would be really cool with some modifying.


And remember people, this was all done while watching OC.
All you need to do is to install Python for Maemo. Then download the .tar.gz packages of the games, for example, to your memory card. Then go to the directory where you downloaded them using Xterm (MMC is found in /media/mmc1) and type “tar xzvf the_name_of_the_package.tar.gz”. Change to the directory that was extracted and start the game by typing “/var/lib/install/usr/bin/python2.4 the_name_of_the_file_that_starts_the_game”. If you have errors, you might have tried to start the wrong file or it just doesn’t work. If you find more games that would be cool for Nokia 770, I’d like to hear about it. That was all this time… happy gaming.