https://github.com/usagi/bingo
a bingo library with a simulator sample.
https://github.com/usagi/bingo
Last synced: 11 days ago
JSON representation
a bingo library with a simulator sample.
- Host: GitHub
- URL: https://github.com/usagi/bingo
- Owner: usagi
- Created: 2012-12-15T11:01:17.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-12-19T05:52:27.000Z (over 13 years ago)
- Last Synced: 2025-03-03T00:14:32.205Z (over 1 year ago)
- Language: JavaScript
- Size: 504 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bingo
It's a:
* a header only C++ library for Bingo game
* include/wrp/bingo.hxx
* include/wrp/bingo/*
* with a sample
* bingo_simulator
* simple bingo game simulator
## Features
* A multi-scaling bingo card (eg. 3x3, 5x5, 100x100, and more as you like).
* Free setting maximum-number of index (eg. 15 for 3x3, 50 for 5x5, and more as you like).
## Usage
To see a sample source code.
## Specification and Documentation
To see doxygen/html/ using some web-browser, but source code is the most useful specification and documentation if you want detail :P
## Dependency
### of Library
* [boost](http://www.boost.org/)
### of Samples
* bingo_simulator
* (n/a)
* bingo_battler
* [google-glog](http://code.google.com/p/google-glog/)
* [POCO](http://pocoproject.org/)
## License
* [MIT License](http://opensource.org/licenses/MIT)
## Copyright
©2012 [Usagi Ito](mailto:usagi@WonderRabbitProject.net) / [Wonder Rabbit Project](http://www.WonderRabbitProject.net/).