Skip to content

CodeQueenie/Play2Learn---Implementing-the-Games-with-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Console-based Python editions of the Play2Learn games, Anagram Hunt and Math Facts Practice, are available for play.

Games Included:

  1. anagram_hunt.py
  2. math_facts.py

Virtual Environments: Not required for these games.

Instructions on How to Play:

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!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages