A fun and simple Bingo game built using HTML, CSS, and JavaScript, where players can click on numbers to mark them. The game also includes color themes to enhance the user experience.
Check out the live version of the game here: Bingo Game Live
- Interactive Gameplay: Click on any number to mark it, and the number will turn black.
- Color Themes: Choose from multiple color themes to customize your game experience.
- Reset Option: Easily reset the game at any time with a single click.
- Responsive Design: The game adapts to different screen sizes for a smooth experience on both desktop and mobile devices.
- Count Display: Keep track of how many numbers you have marked with the count display at the top.
- Choose a color theme from the palette at the top.
- Start clicking on the numbers in the grid to mark them.
- Your goal is to mark all numbers or a specific pattern (depending on your Bingo rules).
- Use the reset button to start a new game.
- HTML5: Markup structure.
- CSS3: Styling and layout.
- JavaScript: Game logic and interactivity.
To run this game locally:
-
Clone the repository:
git clone https://github.com/praveenjadhav1510/bingo.git
-
Navigate to the project directory:
cd bingo
-
Open the
index.html
file in your web browser:open index.html