This is an automated version of the country game where someone names a country and the next person has to name a different country that starts with the letter the previous country ended in.
Thanks to @tinybit for making the script that separates the countries into a list. This doesn't tend to go over 25 countries. I think that this is because there are a lot of countries that both start and end in A, and they all get used up at once. Since the list is in alphabetical order, these are used up very quickly, causing the list to reach a dead-end pretty soon. I could fix this by randomizing the order of the countries on the list. I will do this sometime in the foreseeable future.