infon — Program bugs to compete for food and survival
Synopsis
infon [-r <renderer>] [-f] [-x <width>] [-y <height>] [-v] [-h] <server[:port]>
Description
infon is the graphical viewers for the infon game. Infon is a game which simulates the live of simple bugs who eat, propagate, eat each other and evolve. The players can not control the bugs directly but write their "intelligence" in the simple script language lua and upload it to the game using a plain telnet connection. The code can then be modified even while the game is running.You have to specify the hostname of the server to connect to on the command line.
Options
- -r <renderer>
- Renderer to use (sdl_gui,...)
- -x <width>
- Initial screen width
- -h <height>
- Initial screen height
- -f
- Start in fullscreen mode
- -v
- Display version information
- -h
- This help
- server[:port]
-
The server (and port) to connect to. If no port is given, 1234 is used.