Python terminal/console/command-line text-based version of Play2Learn2 games:
- Anagram Hunt
- Math Facts
There're two ways to enter either game: Anagram Hunt or Math Facts.
In a terminal or command-line window:
cdinto the project's root.- Run command:
python main_menu.py. - And, follow the prompts to choose a game and start playing.
In a terminal or command-line window:
cdinto either directory (respectively):<project root>/anagram_game- Or,
<project root>/math_game
- Run either game directly from its respective directory with the respective command:
python anagram_hunt.py- Or,
python math_facts.py