May 2008


I am happy to announce that I have shifted my blog home to a new (and more prominent) location:
http://anurag.granularproject.org/

All my posts from here have been copied over to there too. This means I’ll not be updating this blog from now, but will do that at my new place rather.

See you at my new home. :)

As promised in my last post about my Python-based jumbled words game, here I am posting the game for download in various forms. As of now, the first and second forms are for Windows 2000/XP/2003/Vista only.

First is the normal setup in which you install the game by following those usual Next buttons.

Second is a zip file. Extract it, open the extracted folder and click on the JumbledGUI.exe file to start playing it.

Third is the zipped source code file + other required stuff.

Let me know about your experience with this little game. Any suggestions and comments are always welcome.

Note: There is one little bug in the setup / installer, and that is the shortcuts for the game executable created in the Start menu and (or) during the installation process won’t work. You’ll have to start the game by running the JumbledGUI.exe file in C:\Program Files\Jumbled Words Game, assuming that you have installed the game in the default location.

[ Icon from Indeepop.com ]

It took me about 8 hours to download the Fedora 9 i386 DVD image from their server. I did that even when I had my final exams going on, but then Fedora has always had a special place in my heart. I had an existing installation of Fedora 8 on my PC (which I could have just “upgraded”, still I went to make a fresh install. I’ll format the F8 partition later, once I have backed up my stuff from there.

The Fedora 9 download got over in the morning, after which I had my paper. So, I decided to install it after returning home from college. And I did exactly that. ;)

It didn’t take much time in burning the image onto a DVD. As soon as it was done, I popped in the DVD in my DVD drive and rebooted. After a few seconds, I was able to see all the installation options, like perform a fresh install, upgrade an existing installation, boot from the first hard disk, etc. I chose the first option.

(more…)

I talked about a jumbled words, GUI-based, game in my last post. I made that game just for fun. It was not at all hard to make when you are using a write-less-do-more-language, like Python.

I would like to share the code of that program with you and give a short tutorial on how to create your own Jumbled Words game. The tutorial is platform-independent. So, no matter if you are using Windows or Linux or Mac, the tut will work out in all the cases.

Here’s a screenshot of the Jumbled Words game running in Linux.

(more…)