File: README

package info (click to toggle)
monopd 0.9.3-6
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 996 kB
  • sloc: cpp: 5,672; sh: 712; makefile: 26
file content (110 lines) | stat: -rw-r--r-- 2,803 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
Contents
========

	1. Introduction
	2. Clients
	3. Requirements
	4. Installation
	5. Release notes
	6. Contact

1. Introduction
===============

monopd is a dedicated game server daemon for playing Monopoly-like board
games. Clients connect to the server and communicate using short commands
and XML messages.

2. Clients
==========

The monopd design was largely based upon the capability of supporting
multiple games and clients simultaneously. A wide range of clients will make
monopd the de facto board game server/protocol and improves interoperability
between various desktop environments and operating systems.

The following clients are currently available:

Atlantik
--------

Environment:  KDE
Author:       Rob Kaper <cap@capsi.com>
Homepage;     http://unixcode.org/atlantik/
Download:     http://unixcode.org/atlantik/download.html
CVS:          KDE CVS, module kdegames
Requirements: Qt, kdelibs, kdebase, libkdegames

gtkAtlantic
-----------

Environment:  GTK+
Author:       Rochet Sylvain <gradator@ifrance.com>
Homepage:     http://gtkatlantic.sourceforge.net/
Download:     http://gtkatlantic.sourceforge.net/downloads.html
Requirements: libgtk1.2, libxml2, libpng

gtkMonop
--------

Environment:  GNOME/GTK+
Author:       Erik Bourget <ebourg@po-box.mcgill.ca>
Homepage:     http://gtkmonop.sourceforge.net/
Download:     http://gtkmonop.sourceforge.net/
CVS:          http://sourceforge.net/, project gtkmonop
Requirements: libgtk1.2, libxml2

More clients are welcome! To get your client included in this list send
e-mail to monopd-devel@lists.capsi.com with a short description of your
client.

3. Requirements
===============

monopd has the following requirements:

- libmath++ >= 0.0.3
  (http://www.surakware.net/download/)
- libcapsinetwork >= 0.3.0
  (http://unixcode.org/libcapsinetwork/)

4. Installation
===============

In theory, this should suffice:

./configure && make && su -c "make install"

Arch users might want to run

make -f Makefile.cvs

first.

5. Release notes
================

The best way to stay completely up-to-date with monopd is to use GNU arch.
For more instructions, visit the project website:

http://unixcode.org/monopd/download.html

6. Contact
==========

Mailinglist
-----------

Development of the monopd server is being discussed on a mailinglist. Anyone
interested in contributing to monopd (either the codebase itself or by
making a compatible client) is encouraged to subscribe to this mailinglist.

To subscribe, send e-mail to: monopd-devel-subscribe@lists.capsi.com
To post, send e-mail to: monopd-devel@lists.capsi.com

IRC
---

You can also find the core developers on IRC channel #monopoly on the
OpenProjects network (irc.openprojects.net). If that fails, look for
"Capzilla" on #kde-devel or #kde-freebsd on the same network.