Imported tetrinetx from pkgsrc-wip.
authorrillig <rillig>
Tue, 14 Feb 2006 17:03:54 +0000 (17:03 +0000)
committerrillig <rillig>
Tue, 14 Feb 2006 17:03:54 +0000 (17:03 +0000)
commit3144d5bb2de14ebbe9349d406ca05c0a40a6bb71
tree49cabffce7540fa4ec1884f13aef56c83d899bc4
parent63014be2824ee74fdd27f68e7ff17a09800b6520
Imported tetrinetx from pkgsrc-wip.

TetriNET is an addictive 6 player tetr*s game

What this program does is set up a TetriNET server that ordinary
TetriNET clients can connect to. It attempts to fix some of the
"glaring" holes in the TetriNET protocol that I discovered, and which
I'm sure some people use as cheats, but I now see why it is nearly
impossible to fix ;), without a modification to the client.
I've kept the server as close to the same as the original TetriNET
server, but I've added some extras that I've often wanted, such as
the "/kick" and "/ban" keywords.
Please note this server in no way encompasses the whole game. The clients
are the ones that do most of the work, with the server just passing suitable
packets between each client, and of course adding some of its own.

Author: Brendan Grieve (brg@cheerful.com)

Packaged by David Ferlier.
games/tetrinetx/DEINSTALL [new file with mode: 0644]
games/tetrinetx/DESCR [new file with mode: 0644]
games/tetrinetx/MESSAGE [new file with mode: 0644]
games/tetrinetx/Makefile [new file with mode: 0644]
games/tetrinetx/PLIST [new file with mode: 0644]
games/tetrinetx/distinfo [new file with mode: 0644]
games/tetrinetx/files/tetrinetx [new file with mode: 0644]
games/tetrinetx/patches/patch-aa [new file with mode: 0644]
games/tetrinetx/patches/patch-ab [new file with mode: 0644]