"Guess The South America Country" is a simple web project that challenges your knowledge about the 12 countries in South America. In this game, you will have three chances to guess the correct country. The project includes three files: index.html, style.css, and script.js. You can check out the live demo of the project here.
When you load the game, you will be presented with a question asking you to guess the name of a South American country. You have three chances to input your answer. Type the name of the country in the provided input field. After entering your answer, click the "Submit" button. If your answer is correct, you will receive a congratulatory message and the game will end. If your answer is incorrect, you will be notified and given two more chances to guess. If you exhaust all three attempts without guessing correctly, the correct answer will be revealed, and the game will end. At any point during the game, you can click the "Restart" button to start a new game and reset the chances.
To run this project locally, follow these steps:
Clone or download the project files from the repository. Open the index.html file in your web browser. Play the game by following the instructions provided on the screen.
- HTML
- CSS
- JavaScript
The project consists of the following files:
- index.html: Contains the HTML structure of the game.
- style.css: Defines the styles and appearance of the game elements.
- script.js: Contains the logic and functionality of the game.
This project was created by Maria Vasquez. If you have any questions or suggestions, please feel free to contact me. Contributions are always welcome!
Enjoy playing "Guess The South America Country" and have fun learning about South America!