pkgsrc-wip/bub-n-bros/DESCR
Marc Recht 037efd4ea9 Initial import of Bub's Brothers 1.0
The Bub's Brothers is a network, client-server game. It does not mean that you
cannot play it alone, on a non-networked computer, but that will just be less
fun. The game is written in the Python programming language.

* The server is the program that you only need to run on one machine. It is a
non-graphical program that computes the gameplay and sends display data to the
clients via the network.

* The client is the display program that must be executed on every machine.
2003-06-29 20:22:59 +00:00

9 lines
479 B
Text

The Bub's Brothers is a network, client-server game. It does not mean that you
cannot play it alone, on a non-networked computer, but that will just be less
fun. The game is written in the Python programming language.
* The server is the program that you only need to run on one machine. It is a
non-graphical program that computes the gameplay and sends display data to the
clients via the network.
* The client is the display program that must be executed on every machine.