BartMassey / bingomatic

Monte-Carlo Bingo simulator in C
Other
1 stars 0 forks source link

Bingomatic

Copyright (c) 2019 Bart Massey

This is a work-in-progress Bingo Hall simulator. It plays many simultaneous Bingo games and records "bingos" as row, column or diagonal wins.

This project was inspired by a Reddit thread, and written partly as a demo for my Systems Programming course.

Build and Run

This program requires successful installation of the toyrand PRNG.

You should be able to type make and get the bingo executable.

License

This program is licensed under the "MIT License". Please see the file LICENSE in the source distribution of this software for license terms.