An open API service indexing awesome lists of open source software.

https://github.com/ac000/bingo

A simple C/GTK+3 application for playing bingo
https://github.com/ac000/bingo

Last synced: 3 months ago
JSON representation

A simple C/GTK+3 application for playing bingo

Awesome Lists containing this project

README

        

## Overview

A simple C/GTK+3 application for playing bingo. It randomly draws numbers
from *1* to *90*, displays the numbers that have been drawn both as they come
out and also as a 10x9 grid in numerical order to make for easy checking of
*lines* and *full houses*. It will also give the saying for each number
(where there is one).

To start playing hit, *Play*, to pause it hit *Pause*.

## Build & Run

Needs libac from https://github.com/ac000/libac

Then simply type *make* and then run it as *./bingo*. It's currently designed
to run at 1920x1080

You can edit the saying for each number by editing *sayings.h*

## License

It's licensed under the GNU General Public License version 2. See *COPYING*.