Home

Awesome

Bingoware v1.5

http://bingoware.sourceforge.net

Bingoware is a simple open-source PHP script which facilitates the creation, viewing and printing of randomly generated Bingo cards and provides a game play mode, which draws random bingo number and lists all the winning cards.

Bingoware is not intended for online gaming, but rather to ease the administration of a real-life Bingo. I once had to organize a Bingo and realized that I could not photocopy Bingo cards (everybody would win at once!), so I created Bingoware. This software will help you create the cards, draw the numbers and verify the winning cards. It allows the user to choose the winning pattern(s).

Using the Fooble Color Picker script (http://www.flooble.com/scripts/colorpicker.php)

Index:

  1. Requirements

  2. Installation Instructions

  3. Key Definitions

  4. Version History (Changelog)

  5. ToDo

  6. Requirements:


  1. Installation Instructions (tested on Windows 98/ME/2000/Ubuntu12.04):

  1. Extract the files into the documents directory of your web server

  2. Point your browser to localhost/index.php

  3. The script requires write access in the directory it is installed

  4. Change the configuration parameters from the 'configure' menu item as you wish

  5. Key Definitions:


Free Squares Mode: Bingoware gives you some flexibility when generating your set of cards. You can choose to have a free square in the center of every card (will not help for winning patterns such as the perimeter of the Bingo card), no Free squares at all (slightly longer games), or a randomly placed free square on all cards.

Set ID: The set ID is a unique identifier given to your set of cards. The set ID will always prefix the card numbers when displayed on screen or printed out. You can have several sets of cards saved on the computer, which will remain untouched, simply by changing the set ID to a different letter or word. For example, if you generate a set 'A' of 10 cards, the cards will be numbered A0001-A0010. Once set 'A' is generated, you can change the set ID to 'Freddy-' and generate a new set of 20 cards (numbered Freddy-0001 to Freddy-0020). The original set remains untouched. This feature is very useful if you want to personalize several sets of cards. It also allows you to reload a previously generated set of cards.

Number of cards in play: In game mode, the software will open the current set of cards (as indicated by the setid variable in the config mode). If you do not distribute all the cards you generated, because for instance you did not get the crowd you expected or are charging too much for you cards, then you can tell Bingoware not to consider all the cards. The trick is to issue out your cards in sequential order, and enter the number of the last card given away in the "number of cards in play" box. You can always change the number throughout the game if you gain or lose some people. Bingoware will only announce winning cards for cards that are in play.

Manual vs Automatic Modes: Bingoware can generate Bingo draws for you when in Automatic Mode. The Manual Mode is meant for people using a different physical random number generator (such as a barrel, lottery balls, ...) Bingoware then lets you enter the draw directly instead of generating a random number, and will still be able to announce the winners.

  1. Version History (Changelog):

Version 1.5 (10 December 2003)

Version 1.4 (28 October 2003)

Version 1.3 (1 July 2002)

Version 1.2 (18 April 02)

Version 1.1 (14 April 02)

Version 1.0 (7 April 02)

  1. ToDo (most important first):