https://github.com/maxfleur/bingogame
A simple Bingo Game, written just for fun and programming development
https://github.com/maxfleur/bingogame
Last synced: 3 months ago
JSON representation
A simple Bingo Game, written just for fun and programming development
- Host: GitHub
- URL: https://github.com/maxfleur/bingogame
- Owner: MaxFleur
- Created: 2018-11-21T18:26:10.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-23T23:33:22.000Z (about 5 years ago)
- Last Synced: 2025-01-12T09:13:07.812Z (5 months ago)
- Language: C++
- Size: 63 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BingoGame
This project creates a basic BingoGame with 25 fields, a joker and some entrys. The entrys are randomized at the begin of the game and via clicking a restart "button".\
The game is written just for fun and for developing programming skills. It's written in C++ and uses LibCinder[1].
Since I'm relatively unexperienced with programming, the code seen in this project has a lot of potential for improvements. Feel free to comment on possible optimizations!# Setup Instructions
Currently, this game only works with windows. The game was written using MS Visual Studio. The use Visual Studio is not necessarily required but strongly recommended.
1. Download and setup LibCinder. It is strongly recommended to do this via git. Further setup instructions can be found under [2].
2. After setting up LibCinder, clone this repository into the Cinder folder.
3. The BingoGame should now be in the directory ..\Cinder\BingoGame. Open the .sln under "vc2017" and compile the project.# References
[1] https://libcinder.org/
[2] https://libcinder.org/docs/guides/git/index.html
The texture for the board was obtained via:
https://www.flickr.com/photos/webtreatsetc/4727355663The winning sound was obtained via:
http://soundbible.com/1823-Winning-Triumphal-Fanfare.htmlLicensed under CC 3.0:
https://creativecommons.org/licenses/by/3.0/