Monopoly for Unix and Unix-like operating systems (c) 2000-2003 Steve Parker, monopoly@steve-parker.org http://steve-parker.org/monopoly-news/ http://steve-parker.org/code/c/monopoly/ Licensed under the GPL version 2 (see the file COPYING) System Requirements: GTK+ 1.2 Can be used to play a game over the internet. USAGE: First player starts a new game for 3 players, and calls himself "Steve": $ ./monopoly -n Steve -p 3 Second player, Jackie, joins Steve's game, by knowing the IP address or name of Steve's machine: $ ./monopoly -n Jackie -s 192.168.53.24 Third player, Jim, joins the game by the TCP (DNS) name: $ ./monopoly -n Jim -s stevesmachine.example.com It would be nice for the total no. of players to be decided by those who have already joined. Currently the limit is 8, but in the GUI, there's only enough room for 6 pieces on a square. The configuration file, "conf", can be tuned to suit your preferences - it specifies the board layout, so you can use the London game, or tune it to New York, Sydney, or Calcutta as you see fit. Different players in the same game can each be using a different board. Some documentation can be found at http://steve-parker.org/monopoly-news/ A few rules are currently unimplemented, but most of the basic ones are now in place, in the GUI at least (the text version lags behind generally). Currently looking for assistance: - Artwork - Testers - Legal