Skip to content

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

Notifications You must be signed in to change notification settings

BretteConnolly/US_States_Game

Repository files navigation

What this program does:

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

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 answer onto the appropriate coordinates

-- A score variable that increments for each correct guess

-- The Pandas library for reading from the original CSV of all states and generating a new CSV file of all the missed states

Applications:

-- This method can be used as an educational tool for any political map.

Note: This was a guided Udemy project and the state 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

No packages published

Languages