I created an image-based guessing game where players try to uncover matching pairs hidden behind clickable tiles. The interface is built using HTML and styled with CSS, while the game logic—such as flipping tiles, checking for matches, and tracking player moves—is implemented in JavaScript. The game features cartoon characters (like fish and bears) hidden behind identical-looking tiles (asteroids), creating a fun and engaging memory challenge. The objective is to find all matching pairs with as few attempts as possible. This project showcases my skills in DOM manipulation, event-driven programming, and basic game design using front-end web technologies.