A simple, beautiful, interactive word-matching game for children. This small web project demonstrates a lightweight, fast-loading single-page game built with plain HTML, CSS and JavaScript.
index.html— the game's HTML entry point.style.css— styles and responsive layout for the game UI.script.js— game logic, event handling, and simple state management.
- Open
index.htmlin your browser (double-click or use the browser's File > Open). This works for quick local testing.
Feel free to open issues or pull requests. Keep changes focused and add short notes about any performance experiments you include.
This project is provided under the MIT License. See LICENSE for details (or add one if you want to apply a license).