OS Independent Scotland Yard Released
DarkLaser writes "When's the last time you played Scotland Yard? A version called London Law,
written by Paul Pelzl, is now in beta. Its updated status can be seen on the freshmeat information page. It is written in Python, and intended to be able to run on Linux, BSD, Mac, and Windows."
I mean, can you see such a program being written in Perl or TCL? And because Python is interpreted, it's much faster than something written in a language like C where it has to be compiled before you can even run it. Python's also easy to learn which means it'll be easier to maintain the results afterwards, if you have to change the head of Scotland Yard, for example. It's also more secure, because you don't have C's crappy strings, instead you have properly secure strings: programsd written in Python are secure, inherently secure, you an't break into them, and that's what you want in a game because it makes it harder for people to cheat.
My advice, download it, learn a bit of Python (use one of the many good books about Python, or Ruby if you can't find a book on Python) and add the realism yourself. Behold the power of Python!