Skip to content

aripp2/gameTime

 
 

Repository files navigation

Abstract

Our group was tasked with recreating a unique, web version of the TV gameshow 'Family Feud'. In this project we used the following technologies:

  • webpack
  • SASS
  • ES6 (JavaScript)
  • HTML
  • TDD with chai spies/ mocha

Live site

This game is live thanks to github pages! Just click here to play.

To install

Clone down this repo: In your terminal (in your desired directory) clone this repo using the following command:

git clone https://github.com/sschipke/gameTime.git

Then install the library dependencies. Run:

npm install

To play the game :

In the terminal, run:

npm start

You will see a bunch of lines output to your terminal. One of those lines will be something like:

Project is running at http://localhost:8080/

Go to http://localhost:8080/ in your browser to play our game.

GameTime*** GameTime*

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 78.0%
  • CSS 15.5%
  • HTML 6.5%