Slashdot Mirror


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."

7 of 35 comments (clear)

  1. great game... by Nos. · · Score: 4, Informative

    Though I never played it much, it was a very interesting concept. One player as Mr. X trying to run from I believe 5 Scotland Yard agents. The basic game play was that you had various tokens to travel around London (taxis, bus, subway, etc). Mr. X was foced to reveal his location every so often. If the agents ever managed to land on the same spot as Mr. X, then the agents won. If the agents ran out of tokens first, then the agents won.
    I'll have to look at it more later (I'm at work now, and believe it or not, don't have time to look at it too much). I'm hoping in the endgame you'll be able to trace routes of Mr.X and the agents just to see how close they came.

    1. Re:great game... by Flyboy+Connor · · Score: 3, Informative
      One player as Mr. X trying to run from I believe 5 Scotland Yard agents.

      Against 5 detectives, Mr.X has no chance at all.

      The game is best played with Mr.X against 4 detectives. The detectives will almost always win the game, but occassionaly Mr.X will make a brilliant escape.

      Against 3 detectives, Mr.X easily wins the game.

      Actually, that is the bad thing about Scotland Yard: the game is fun but never fair; either Mr.X has a huge chance of winning, or the detectives have, depending on the number of players.

      One cannot help wondering whether with a different map design, the game could be made more fair. Perhaps with different maps for 4-player, 5-player, and 6-player games.

  2. detailed game info by honold · · Score: 4, Informative

    can be found here. fury of the dracula is a better-received (but woefully out of print) game in the same class.

  3. from the author by Fourier · · Score: 4, Informative
    As the author of London Law, I'd just like to point out that
    1. I personally have only tested this code under Linux, Win98, and WinXP. And not so heavily in Windows.
    2. While the game is fully playable, this is an initial release and it needs a whole lot of work yet. My plans are laid out in the TODO file buried in the archive.

    Also, have mercy on my department's poor webserver. I understand some people actually rely on it to deliver important things like, say, homework.
    1. Re:from the author by Fourier · · Score: 3, Informative

      If someone does have it working perfectly under OS X, they haven't told me about it. I have a couple reports of it "almost working."

    2. Re:from the author by AcornWeb · · Score: 2, Informative

      Yeah, that is where I got to. The client gives me a bunch of errors (with the server running fine) and then dies. Too bad, I was hoping to be able to play it straight-away. :-)

      --
      Your Windows PC is my other computer.
  4. Re:Anyone inspect the source yet? by Fourier · · Score: 2, Informative
    You have two options for installing as an unprivileged user:
    1. Don't install. Just extract the archive somewhere, change to the londonlaw/ subdirectory, and you should be able to launch the client and server from there.
    2. Use the '--prefix' option to setup.py to set the installation directory somewhere that does not require root permissions. But if you do this, you'll need to set the PYTHONPATH environment variable appropriately so that python knows where to find the module.
    Now quit complaining about free stuff. Or at least find a better reason to complain.