Games!
By Name
By Date Added
By Last Update
By Rating
By Type
[Advanced Search]
The Linux Game Tome
 
Register
Login
News Submit a Game Forums About/FAQ

London Law

Version: 0.2.1
Author: Paul Pelzl  
Category: Abandoned Rate this game yourself!   Average of 2 Ratings:4.224.224.224.22

London Law Screenshot Networked Multiplayer Manhunting Board Game

London Law is an online multiplayer adaptation of the classic Scotland Yard board game. One player controls the movements of the criminal Mr. X as he tries to evade Scotland Yard, while another one to five players control five detectives trying to track him down. London Law features an attractive map overlaid on high-resolution satellite imagery.

License: free

Additional System Requirements: wxPython 2.4.x or 2.5.x
Twisted networking framework 1.x

Sound: Play in X: Play in Console: Multiplayer: Network Play: 3D Acceleration: Source Available:
no yes no yes yes no yes


If you try this software, don't forget to come back to this page and rate it!

Submitted by Galvatron on 2004-11-12.


[ Submit an update about this game ]


[Post a new comment]
Comments

  Really Nice posted by Anonymous @ 200.232.152.47 on Apr 24 2006 12:08 PM  
Really Nice game.... and it works! Sure a lot of improvements can be done, but the game is already admirable
 
[Reply]

  amazing reconstitution! posted by Anonymous @ 81.158.193.229 on Mar 27 2006 11:07 AM  
simple and beautiful, an excelent reconstitution from the board game.
 
[Reply]

  I like the game posted by Filbert @ 84.167.151.196 on Feb 7 2006 9:10 PM 4444
I like the game! But, the map is quiet big, so it won't fit on the screen and i always have to scroll over the map to find the player icon.
 
[Reply]
  Re: I like the game posted by Galvatron @ 141.213.242.67 on Feb 8 2006 11:08 AM  
If you double-click on a player's avatar, it will scroll the map over to that player's location.
 
[Reply]

  Client not initiating posted by Anonymous @ 213.16.212.15 on Jun 3 2005 1:25 PM  
I've installed the game using the command "python setup.py install" without any problems (after resolving dependencies). I can initiate the server (although performing an nmap scan i don't see any localhost port open for the game). Also when i initiate the london-client program, i get the following error: "London Law does not appear to be installed. Attempting to launch client from current directory..." ..And the game never starts up. Any clues??
 
[Reply]
  Re: Client not initiating posted by Galvatron @ 141.213.240.156 on Jun 25 2005 4:07 PM  
I can initiate the server (although performing an nmap scan i don't see any localhost port open for the game).

By default, nmap only displays "interesting" ports, and obscure things like London Law servers remain hidden. Did you try something like "nmap -p 7921 localhost"?

Also when i initiate the london-client program, i get the following error: "London Law does not appear to be installed. Attempting to launch client from current directory..." ..And the game never starts up. Any clues??

I suspect your distribution has a broken Python package, which does not properly add the python site-packages/ directory to the python search path. But ignoring that for the moment, London Law should still execute out of the source directory if the installation gets borked. Did you execute "london-client" from the londonlaw subdirectory of the source archive? Were there any error messages?

Also, this is a poor place for bug reports. Happypenguin doesn't provide email notice of new comments (only replies), so you won't get a response until I happen to check this page. You'll get a faster response by using the mailing list or emailing me directly.
 
[Reply]

  Good idea posted by ericsp @ 82.157.31.155 on Nov 14 2004 5:21 AM 4444
Hi, just a short note that I am very happy to see this boardgame as computergame. I have been thinking about making this into a binary myself, but since I had to learn programming for it, it never came to that stage. I tried to 'install' but I got an error:
Traceback (most recent call last):
File "setup.py", line 5, in ?
from distutils.core import setup
ImportError: No module named distutils.core

I read on the main page that for debian, I could use alien to make a .deb from the rpm. But.... where can i find the rpm???

Eric
 
[Reply]
  Re: Good idea posted by sik0fewl @ 64.110.196.238 on Nov 14 2004 8:29 AM  
Make sure you have distutils installed. -- Ryan
 
[Reply]
  Re: Good idea posted by ericsp @ 82.157.31.155 on Nov 14 2004 1:37 PM 4444
Hi,
thanks for the response. I tried to startup the server and the client after I got the errormessage and everything seems to work, despite the 'error'. It looks good and I wish to give it 4 stars already. A few tips/comments:

  1. the black pin is sometimes difficult to see. Is it an option to center the pin who's move it is, or to center after clicking on the player?
  2. It would be nice if the move options get highlighted on the map and that you could click on the map where you want to go.
  3. Colours for each player: maybe a coloured bar behind the players' names for clarity
  4. When I start the server, it automatically takes 127.0.0.1 port 792. How can I change the ip address?
  5. Is there a public server to test this game over an internet connection
Eric
 
[Reply]
  Re: Good idea posted by Anonymous @ 141.213.240.156 on Nov 14 2004 3:22 PM  
  1. the black pin is sometimes difficult to see. Is it an option to center the pin who's move it is, or to center after clicking on the player?

    You can double-click on a player's icon to (approximately) center the map on that player. I decided that centering the map automatically could be a distraction.

    In the future, I hope to add some alpha-blended highlight/shadow effects to make the player markers more visible.

  2. It would be nice if the move options get highlighted on the map and that you could click on the map where you want to go.

    You can double-click on a target location, and the Move dialog will pop up with that location as a default. I agree that moves need to be highlighted on the map; it's on the TODO list.

  3. Colours for each player: maybe a coloured bar behind the players' names for clarity

    That's been suggested before. I'll think about it.

  4. When I start the server, it automatically takes 127.0.0.1 port 792. How can I change the ip address?

    Well, 127.0.0.1 refers to the local machine running the server. But the server actually binds to all IPs present on that machine, so it should work on a LAN or over the internet.

  5. Is there a public server to test this game over an internet connection

    Sorry, no. The server needs some redesign before it can be relied to run unattended for days on end. But send me an email if you want, and we can try to schedule a game...

 
[Reply]
  Re: Good idea posted by Galvatron @ 141.213.240.156 on Nov 14 2004 3:25 PM  
Sorry, didn't mean for that to be anonymous...
 
[Reply]
  Re: Good idea posted by Anonymous @ 213.16.148.150 on Nov 14 2004 10:20 AM  
cd londonlaw ./london-client London Law does not appear to be installed. Attempting to launch client from current directory... and we're playing..
 
[Reply]
  Re: Good idea posted by Galvatron @ 141.213.240.156 on Nov 14 2004 11:29 AM  
That's right. It's not technically necessary to run the installation in order to play, as long as the working directory is set to the subdirectory ./londonlaw/ .
 
[Reply]
  Re: Good idea posted by ericsp @ 82.157.31.155 on Nov 15 2004 9:48 PM 4444
Hello,

thank you for all the answers. Actually, I found out which package to install in order to get the installer for london law running (libwxgtk2.4-python).

thanks again and I will email you to schedule a testgame

Eric
 
[Reply]
  re: distutils error (was: Good idea) posted by Anonymous @ 24.206.112.245 on Nov 15 2004 7:47 PM  
New versions of Python come with distutils. Since yours doesn't, it's likely that your Python is substantially older than the developer's (and certain that it's well behind what could be called a "modern" build).
 
[Reply]

News Submit a Game Forums About/FAQ

Copyright © 1999-2005 Bob Zimbinski. Feedback to staff@happypenguin.org.