Skip to content

A simple Bingo Game, written just for fun and programming development

Notifications You must be signed in to change notification settings

MaxFleur/BingoGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/4727355663

The winning sound was obtained via: http://soundbible.com/1823-Winning-Triumphal-Fanfare.html

Licensed under CC 3.0: https://creativecommons.org/licenses/by/3.0/

About

A simple Bingo Game, written just for fun and programming development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published