Coder Social home page Coder Social logo

electronic-bingo's Introduction

Electronic Bingo

A C# Application that takes the manual roulette of letter and number combination to Electronic Bingo. It also preview your own patterns to play throughout the game.

Preview

Picking letter and number combination. Also clearing out the fields

Selection of Patterns

Usage

Add this after the InitializeComponent to render the first pattern after opening
Change the string to the specific path of pattern pictures named with 1, 2 and so forth.

pictureBox2.Image = Image.FromFile(@"(path of file)" + counter + ".png");

To speed up the randomizing effect on the screen, change the sleep time in randomize_letter() and randomize_number()

Thread.Sleep(50);

Change the screen size to your preferred size. I set it as 1920 to maximize my own screen
image

⚠️ Bugs

Known Possible Cause
Occasionally wrong number combination is being displayed when being clicked The thread is slow when refreshing the list of numbers that depends on the letter selected
After pausing the thread, the combination displayed is different to the list of selected combination The thread sleep is too fast, the number moves a little bit after pausing and leads to wrong combination

Second bug can be fixed with a work around which is putting a longer Thread.Sleep to let it refresh the list of number that should come with the selected letter. Basically clicking the button too fast will result to uneven results of combinations

Contributing

This repository thrives on your contributions! ❤️ To get involved, just create a pull request explaining the request and I'll be happy to merge it if necessary

electronic-bingo's People

Contributors

kitsunejasutin avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.