I was just wondering if within pygame it was possible to make an anagram game: What I was thinking was making an array with a list of anagrams in it and then when the scene is launched a text line paired with import random would pick a random anagram.
My first question would be with my idea stated above could I set something up so the same anagram won't display twice?
The second question would be how could/ can I integrate an input text box within the game itself and not by using the interpreter?