Skip to content

mattCarnovale/google_feud

Repository files navigation

Google Survey Says

A game where Family Feud and Google search suggestion collide.

About

Google Survey Says is a game that plays like Family Feud, but the survey responses are informed by the suggestions generated when you provide input to the Google search bar. This game was implementated as a means to explore some of the frontend technologies discussed in a web development class and is based on the game Google Feud by Justin Hook.

Getting Started

Prerequistes

Install Node.js by following these instructions.

Follow these instructions to install npm.

Installation

  1. Clone the repository to your local machine with:
    git clone https://github.com/mattCarnovale/google_feud.git

Alternative: download the zip of the project.

  1. Navigate to the project directory and install dependencies with the command:
    npm install

Usage

  1. Using a command line tool, navigate to the project directory and execute the command:
    node game_sever.js

  2. Open a browser and navigate to:
    http://localhost:<open port>/game_client.html Note: should be replaced with a port that is not in use on your machine, typically this is something like 8080

Built With

About

A game where Family Feud and Google search collide.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published