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

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.

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/).