Skip to content
/ tp Public

A geographic game I'm making for 15112: Fundamentals of Programming and CS at CMU.

Notifications You must be signed in to change notification settings

avi9664/tp

Repository files navigation

Where On Earth Is That?!

It's a geography game kind of like a reverse Geoguessr- given a map of a city (e.g. your hometown), you have six tries to find a mystery location on a map, like a restaurant, a museum, or a record store.

Just as a caution, the UI is a little snarky. Adds some character.

Installing modules:

How to run on your local computer:

  • Run mainApp.py to start the app!
  • Before pressing "Play Game", click on "Load Data" and load a .csv file of any city you want. I used San Francisco, and I recommend that you do too. The app may freeze for a few minutes while it's loading the .csv's-- look at the Python console to see how much time the computer needs to load the dataset.
  • I highly recommend loading a city because I had insufficient time to figure out how to load an entire country. Processing a gigantic csv file will probably make your computer explode.
  • Finally, after loading your data, you can play the game!

Here's a sneakpeek at what the game looks like:

image

About

A geographic game I'm making for 15112: Fundamentals of Programming and CS at CMU.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages