https://github.com/billstephens2022/us-states-quiz
This is an educational game built with Python Turtle where the player enters as many U.S. states as he/she can using a map as guidance.
https://github.com/billstephens2022/us-states-quiz
python python-tur python-turtle python3 turtle
Last synced: 11 days ago
JSON representation
This is an educational game built with Python Turtle where the player enters as many U.S. states as he/she can using a map as guidance.
- Host: GitHub
- URL: https://github.com/billstephens2022/us-states-quiz
- Owner: BillStephens2022
- License: mit
- Created: 2023-03-30T15:46:46.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-03T18:38:11.000Z (about 2 years ago)
- Last Synced: 2025-02-06T06:28:52.380Z (5 months ago)
- Topics: python, python-tur, python-turtle, python3, turtle
- Language: Python
- Homepage:
- Size: 711 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# U.S. States Quiz
## Description
This is an educational game built with Python where the player enters as many U.S. states as he/she can. As a new state is entered, the state name fills on on the appropriate place on the USA map. The player will name as many states as they can until they get to 50. If the player exits before entering all states, the missing states will be written to a .csv file for the player to review.
Screenshot of game:

## Table of Contents
- [Installation](#installation)
- [Usage](#usage)
- [License](#license)
- [Contributing](#contributing)
- [Tests](#tests)
- [Questions](#questions)
## Installation
run main.py from the terminal
## Usage
Follow user prompt and enter one state at a time. Game will end when you type exit or reach the full 50 states. Any missing states will be written to the "states_to_learn.csv" file, so the player can see what states were missed.## License
This application is covered under the MIT License.
For more information: https://opensource.org/licenses/MIT
## Contributing
N/A
## Tests
N/A## Questions
Contact Info
GitHub user name: BillStephens2022
Link to GitHub profile: https://github.com/BillStephens2022
Email: [email protected]