/click_that_hood

A game where users must identify a city's neighborhoods as fast as possible

Primary LanguageJavaScriptMIT LicenseMIT

Build Status

Click That 'Hood

logo

Give it a go

Clone this repository onto your local development machine:

  • git clone https://github.com/codeforgermany/click_that_hood.git
  • cd click_that_hood

Install dependencies:

  • npm i

Start the server:

  • npm start

Open it in a browser: http://localhost:8020

It runs on port 8020 by default, but it can be changed by setting the PORT= environment variable.