Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ffrenzy-menu(6) [debian man page]

FFRENZY-MENU(6) 						   Games Manual 						   FFRENZY-MENU(6)

NAME
ffrenzy-menu - graphical launcher menu for the Feeding Frenzy! game SYNOPSIS
ffrenzy-menu DESCRIPTION
ffrenzy-menu is a graphical menu for configuring many aspects of the the Feeding Frenzy! game before launching it. Feeding Frenzy! is a distributed network game for two to eight players. One instance needs to act as server for syncing player names and the levels. During the game dwarfs need to collect food as fast as possible to bring it back to their mushrooms to live. When a dwarfs leaves his home without providing it with food for too long, (s)he dies from hunger. The collected food can also be thrown at other dwarfs, making them unconscious when hit. When a power-up is picked up, thrown food will have special powers! FILES
~/.ffrenzy/config.xml SEE ALSO
ffrenzy(1) AUTHORS
Feeding Frenzy! was written by OGO 2.3 group 6 which consists of the following people: Bas Kloet <bas@luon.net>, Chistian Luijten <chris- tian@luon.net>, Emiel Neggers <emiel@luon.net>, Bram Senders <bram@luon.net>, Sjoerd Simons <sjoerd@luon.net>, Paul van Tilburg <paul@luon.net. This man page was written by Paul van Tilburg <paul@luon.net>. June 2007 FFRENZY-MENU(6)

Check Out this Related Man Page

menu_hook(3X)															     menu_hook(3X)

NAME
menu_hook - set hooks for automatic invocation by applications SYNOPSIS
#include <menu.h> int set_item_init(MENU *menu, void (*func)(MENU *)); void (*)(MENU *) item_init(const MENU *menu); int set_item_term(MENU *menu, void (*func)(MENU *)); void (*)(MENU *) item_term(const MENU *menu); int set_menu_init(MENU *menu, void (*func)(MENU *)); void (*)(MENU *) menu_init(const MENU *menu); int set_menu_term(MENU *menu, void (*func)(MENU *)); void (*)(MENU *) menu_term(const MENU *menu); DESCRIPTION
These functions make it possible to set hook functions to be called at various points in the automatic processing of input event codes by menu_driver. The function set_item_init sets a hook to be called at menu-post time and each time the selected item changes (after the change). item_init returns the current item init hook, if any (NULL if there is no such hook). The function set_item_term sets a hook to be called at menu-unpost time and each time the selected item changes (before the change). item_term returns the current item term hook, if any (NULL if there is no such hook). The function set_menu_init sets a hook to be called at menu-post time and just after the top row on the menu changes once it is posted. menu_init returns the current menu init hook, if any (NULL if there is no such hook). The function set_menu_term sets a hook to be called at menu-unpost time and just before the top row on the menu changes once it is posted. menu_term returns the current menu term hook, if any (NULL if there is no such hook). RETURN VALUE
Routines that return pointers return NULL on error. Other routines return one of the following: E_OK The routine succeeded. E_SYSTEM_ERROR System error occurred (see errno). SEE ALSO
curses(3X), menu(3X). NOTES
The header file <menu.h> automatically includes the header file <curses.h>. PORTABILITY
These routines emulate the System V menu library. They were not supported on Version 7 or BSD versions. AUTHORS
Juergen Pfeifer. Manual pages and adaptation for new curses by Eric S. Raymond. menu_hook(3X)
Man Page

3 More Discussions You Might Find Interesting

1. AIX

Encrypting password

I have a strange question for someone regarding the AIX 5.2 environment. Here is the scenerio: I have a script that is running a menu full of options. 1. I like food 2. I don't like food Enter Option:_ Enter userID:_ Enter Password:_ (The menu is conversational only so go with me on... (6 Replies)
Discussion started by: Justman
6 Replies

2. Shell Programming and Scripting

sed or an awk script should help

num desc ind code 11 hi,feather y food 121 edible,oil y food 100 meal-pack y food 010 health,prod 120 ... (5 Replies)
Discussion started by: thumsup9
5 Replies

3. What is on Your Mind?

Please Welcome Nicki Paul to the Moderator Team!

Dear All, I am very pleased to inform everyone that Nicki Paul (zxmaus) is joining the Moderation Team after a number of years away from the site. Nicki used to be very active here (over 800 posts), and she got busy with travel, work, family and her dogs, and we have missed her. Now she is... (7 Replies)
Discussion started by: Neo
7 Replies