Giter Site home page Giter Site logo

ggeerraarrdd / geofinder Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 243.67 MB

An online game that's like "Where's Waldo?" but for houses

Home Page: https://geofinder.io

License: MIT License

Python 26.24% JavaScript 11.74% CSS 7.67% HTML 54.35%
cs50 cs50-final-project cs50x flask google-maps-api python haversine geographiclib postgis postgresql maps

geofinder's Introduction

Geofinder

An online game that's like Where's Waldo? but for houses

Description

Geofinder is an online scavenger hunt game. Its gameplay is simple: Given a photo of a house somewhere in the world, your task is to look for that house inside a marked area on a map. While that may sound straighforward, how you will go about looking might not be.

Geofinder comes in two modes.

  1. In the Wordle-like default mode, you are given one house a day and have until the end of the day (CST time) to find it.
  2. In the Netflix-like challenge mode, aka Geo50x, you are given 50 houses at once.

Geofinder is inspired by such childhood games as Where's Waldo? and Where in the World is Carmen Sandiego?. And the simple pleasures of looking out through vehicle windows and just gazing at the passing landscapes and cityscapes.

Screenshot

More screenshots below.

Disclaimer

ALL CONTENTS IN THIS REPO ARE FOR EDUCATIONAL PURPOSES ONLY.

Getting Started

Dependencies

  • See requirements.txt

Usage

Clone it!

git clone https://github.com/ggeerraarrdd/geofinder.git

Go into the project directory and run the command:

flask run

Database

Tbd

Notes on Google Maps

For the embedded maps to work, you need to use your own API Key. Before you can create one, you will need to create a Google Cloud project, for which you need a Google Cloud account.

Environment Variables

Set up the following environment variables using your preferred method.

SECRET_KEY=<Your_Flask_Session_Secret_Key>
MAP_API_KEY=<Your_Google_Maps_API_Key>
GEOFINDER_DB_HOST=<Your_Database_Host>
GEOFINDER_DB_PORT=5432
GEOFINDER_DB_NAME=<Your_Database_Name>
GEOFINDER_DB_USER=<Your_Database_Username>
GEOFINDER_DB_PASSWORD=<Your_Database_Password>
NEW_REGISTRATIONS=TRUE

Author(s)

Version History

Release Notes

Initial Release

The initial realease of Geofinder, as Geo50x, was submitted as the final project for CS50x: CS50's Introduction to Computer Science (HarvardX, 2023). Read the project brief as of September 2023.

Future Work

Development is ongoing.

License

Acknowledgments

Screenshots

Screenshot Screenshot Screenshot Screenshot Screenshot Screenshot

geofinder's People

Contributors

ggeerraarrdd avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.