diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-10-08 22:29:53 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-10-08 22:29:53 +0000 |
commit | 77648bfc146ef74452af0299242b68a547f20417 (patch) | |
tree | bc61640781ca6662939ccf13e55d0400ff263e81 /net/Makefile | |
parent | 2d1989bfc9f90b4c6aa137ea1321f83a9b13d279 (diff) |
Tofu is a practical high-level network game engine, written
in Python and based on Twisted. Tofu is designed for games
where players play one or several characters accross several
levels.
This includes jump'n run games, RPG or RTS, but not Tetris-like
games or board game.
It currently support client-server and single player mode;
peer-to-peer mode may be added later.
PR: 86956
Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
Notes
Notes:
svn path=/head/; revision=144612
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index e5ae80d5536a..7a066791e4a7 100644 --- a/net/Makefile +++ b/net/Makefile @@ -692,6 +692,7 @@ SUBDIR += py-soappy-devel SUBDIR += py-soapy SUBDIR += py-spreadmodule + SUBDIR += py-tofu SUBDIR += py-twistedPair SUBDIR += py-twistedWords SUBDIR += py-xmlrpc |