This is a simple web-based words game that leverages an AI model to generate content.
To run this game, simply open index.html in your web browser.
Important Note: This application requires an API key from an AI service like Google Gemini to function correctly. Without a valid API key, the game will not work as expected. You will need to configure your API key within the application's script files.
index.html: The main HTML file for the game.style.css: Contains the styling for the game.script.js: Contains the game logic, functionality, and API integration.