This C# Windows Forms Application is a simple clicker game where the objective is to click on emojis that appear on the screen within a limited time. The game has multiple difficulty levels, and the player's score increases with each successful click.
- Takes the player's name as input.
- Validates if the name is entered before proceeding.
- Opens Form2, passing the player's name as a parameter.
- Displays the player's name received from Form1.
- Generates emojis (PictureBoxes) at random locations on the form.
- Emojis are clickable, and clicking on them increases the player's score.
- The game has a countdown timer, and the player's score increases with each successful click.
- Difficulty levels are available, affecting the countdown time.
- The game ends when the timer reaches zero, and a game over message is displayed with the player's score.
- Launch the application.
- Enter your name in Form1.
- Click on the "Start Game" button to proceed to Form2.
- Choose a difficulty level (Easy, Medium, or Hard).
- Click on the emojis that appear on the form to increase your score.
- The game ends when the timer reaches zero, and your score is displayed.
None
- Closing Form2 will return you to Form1.
- Clicking the "Exit" button in either form will close the application.
Feel free to explore and modify the code for your own projects!