savannah-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Savannah-hackers] submission of mancala - savannah.nongnu.org


From: benasselstine
Subject: [Savannah-hackers] submission of mancala - savannah.nongnu.org
Date: Mon, 20 Sep 2004 19:48:18 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040614 Firefox/0.8

A package was submitted to savannah.nongnu.org
This mail was sent to address@hidden, address@hidden


Ben Asselstine <address@hidden> described the package as follows:
License: gpl
Other License: 
Package: mancala
System name: mancala
Type: non-GNU

Description:
Mancala is a family of board games played throughout the world.

Although there have been mancala games in the past, they only let users play 
the simple western version of the game.  Over a hundred mancala variations 
exist, and this software attempts to be able to let users play them all.

This software is a mancala-engine, with the rules for a particular variation of 
mancala being implemented by configuring a subset of available rule modules.


Source can be found here:
http://www.asselstine.com/mancala/mancala-0.1.5.tar.gz

Some diagnostic output:

$ mancala --help
Usage: mancala [OPTION...]
A mancala game for you and yours.

  -f, --flavour=NAME         Play a mancala variant (default is "default")
  -F, --flavour-path=PATH    Specify a search path for mancala variations
  -h, --module-help=MODULE   Show help for MODULE
  -l, --module-list          Show modules available in the search path
  -M, --module-path=PATH     Specify a search path for modules
  -u, --ui-module=NAME       User interface (default is "text")
  -U, --ui-module-cfg=FILE   Use an alternative configuration file for the ui
  -v, --verbose=NUM          Turn on debugging information
  -?, --help                 Give this help list
      --usage                Give a short usage message
  -V, --version              Print program version

$ mancala --module-help=board/fill_beadbox
Regular module: board_fill_beadbox 1.0
Usage: board_fill_beadbox [OPTION...]
This module puts a specified number of beads in the box of beads that is
associated with the board.

  -d, --debug=NUM            Show extra information while running
  -k, --bead-kind=KIND       Fill it with this kind of bead (Default
                             BEAD_KIND_NORMAL)
  -n, --beads-per-hole=NUM   Put NUM * rows * columns beads in the box (default
                             4)
  -N, --num-beads=NUM        Number of beads to put in the box
  -?, --help                 Give this help list
      --usage                Give a short usage message
  -V, --version              Print program version


Report bugs to <address@hidden>.

This module acts upon the following events:
        at the start of a game



Other Software Required:


Other Comments:



_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/







reply via email to

[Prev in Thread] Current Thread [Next in Thread]