SVG Image Clicker is an interactive web game where users are tasked with clicking on the correct SVG objects among a grid of images. The objective is to find and click on the correct object, which is randomized each time the game starts. Upon successfully selecting all the correct objects, the game will show a "Finish" button and display a congratulatory message.
This project is built using HTML, CSS, and JavaScript, and incorporates SVG images for a more visually engaging experience.
An interactive web game built with HTML, CSS,
JavaScript, and SVG. Users must click the correct
object (e.g., bird, car, tree) from a randomized
grid based on instructions. Features include
dynamic feedback, a reset mechanism on
mistakes, and a responsive layout for all screen
sizes. Once all correct selections are made, a
“Finish” button and success message appear. No
libraries or dependencies—just pure frontend
code and fun.