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
- Host: GitHub
- URL: https://github.com/ac000/bingo
- Owner: ac000
- License: gpl-2.0
- Created: 2017-07-01T14:31:56.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-07-17T14:21:54.000Z (almost 3 years ago)
- Last Synced: 2025-01-13T17:20:42.160Z (5 months ago)
- Language: C
- Size: 16.6 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
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 1920x1080You 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*.