Console-based Python editions of the Play2Learn games, Anagram Hunt and Math Facts Practice, are available for play.
Games Included:
anagram_hunt.py
math_facts.py
Virtual Environments: Not required for these games.
Ensure you have Python version 3.11 installed.
Open your terminal or command prompt and execute the game files using the python
or python3
command, according to your system's configuration.
To play Anagram Hunt, type:
python anagram_hunt.py
Or, if your system requires, use:
python3 anagram_hunt.py
To play Math Facts, enter:
python math_facts.py
Alternatively:
python3 math_facts.py
Enjoy deciphering anagrams and testing your math skills!