Skip to content

BretteFitzgibbon/US_States_Game

Repository files navigation

What this program does:

A blank map of the U.S. states that challenges the user to remember all 50 states. Type in a state and the program will place the label on the map.


What this program entails: — An image of a U.S. map as a turtle object — A CSV file of the 50 states and their (x, y) coordinates — The turtle.write() method to place the user’s state input onto the appropriate coordinates


How to Build and Run:

In PyCharm:

Go to the GitHub repository and click Code, then copy the URL from the HTTPS tab. In PyCharm, click “Clone Repository” and enter the URL In the PyCharm terminal, type in pip install pandas Click Run, then create a new run configuration with the project’s virtual environment as the Python interpreter Run and enter a U.S. state, then click the OK button Place all the states! Press the stop icon (a red square) when you’re done.


In Replit:

  1. Create an account on replit.com if you don’t have one

  2. Click on the REPL link above

  3. Remix this app

  4. Run

  5. Click on >_Console tab

  6. Run and enter a U.S. state, then click the OK button

  7. Fill in the map with all 50 states and press the stop icon (a red square) when you’re done


In the terminal:

  1. Under the code button on GitHub, select HTTPS and copy the URL

  2. git clone

  3. cd US_States_Game

  4. Run:

python main.py

  1. Type in states and press Enter for their locations

Note: This was a guided Udemy project and the coordinates were provided by the instructor.

About

A blank map of the U.S. states that the user labels themselves.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages