File: control

package info (click to toggle)
tofu 0.5-7
  • links: PTS
  • area: main
  • in suites: buster
  • size: 144 kB
  • sloc: python: 992; makefile: 2
file content (17 lines) | stat: -rw-r--r-- 658 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Source: tofu
Section: python
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper (>= 11), dh-python, python
Standards-Version: 4.2.0

Package: python-tofu
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python-cerealizer, python-twisted-core
Description: high-level network game engine for Python
 Tofu is designed for games where players play one or several characters
 across several levels. This includes jump'n run games, RPG or RTS, but
 not Tetris-like games or board game (chess, go,...).
 .
 It currently support client-server and single player mode; peer-to-peer
 mode may be added later.