Flip Game
Developed by S. M. Shuzatul Hoque
Originally built in November 2023

π Flip Game β Card Matching Game
A fun and interactive Flip Game where players reveal number cards and test their memory by matching pairs.
Built using HTML, CSS, and JavaScript, this project focuses on game state management, user interaction, and visual feedback without using any external libraries or frameworks.
The objective is to remember card positions and match pairs correctly to win the game.
β¨ Gameplay Rules
- Cards are placed face down at the start
- Clicking a card flips it to reveal its value
- Players flip two cards at a time
- If the cards do not match, they flip back after a short delay
- When both the card contain the "#" symbol, the player wins the game
π Tech Stack
- HTML β game structure and card layout
- CSS β styling, layout, and responsiveness
- JavaScript β game logic, state tracking, and interactions
π What I Learned
- Managing temporary and persistent game states
- Implementing timed UI updates (flip-back logic)
- Comparing card values and tracking matched pairs
βΆοΈ How to Run the Project
This project does not require any dependencies or build tools.
- Visit the source code repository on GitHub
- Clone or download the repository
- Open the "index.html" file in any modern web browser
The game runs entirely in the browser.
π Timeline
- November 2023 β Developed using HTML, CSS, and JavaScript
π― Purpose
This project was created to:
- Improve logical thinking
- Practice JavaScript-driven UI interactions
- Build a complete interactive game using only core web technologies
A simple game that turns memory and logic into an engaging interactive experience.
