Hi, i want you to give me a opinion about my game if you have time :)
It's the biggest, the hardest and the coolest of all games i made, i will appreciate some feedback.
This extracts a single character from the standard input stream into the 21st element of PlayerName. PlayerName only has 20 elements.
cin.getline(Playername, 20) would be more appropriate. Your use of goto is ill-considered, and your monolithic main should be split into smaller functions.