I've made a Hangman Game in C# using Visual Studio Windows Forms for class project. It's all working and delivered so no, I don't want you made the game for me, don't worry. The help is for improving it out of class tasks. I'll explain myself: game is made in spanish, it's for guess an animal and I've used animals without special characters, but there are others like "águila" (eagle) or "murciélago" (bat) that has special characters and I want to include those so when you enter a letter like "a" be accepted as "á" too if it's in the secret word, and the correct letter be revealed with the correct character, be special or not, this is: for "águila" you input an 'a' and the reveal will be like "á _ _ _ _ a".
The input textbox accepts only a letter. The randomized animal is an array of textboxes, one per letter. Thanks so much in advance!
I hope I explained myself. And sorry for my english (it's not my first language, even it's not the second neither). If you need to see specific part of the code I'll gladly share it (I am not sharing whole code to avoid people that is studying too get the whole program made XD). Thanks so much in advance.