Skip to content

A basic Family Feud web app using Node.js & Socket.io. The host instance will control the display game board instance..

Notifications You must be signed in to change notification settings

MacEvelly/Family_Feud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Family Feud using Node.js Express & Socket.io

This is an experiment to create a server with a live socket in order to set up a game host instance and an audiance display instance for a web app. Once the host is selected, they will have control over the audiance board and points.

Install and start

git clone https://github.com/MacEvelly/Family-Feud.git
cd Family-Feud
npm install
npm start

Terminal should respond with:

Listening on 8080

Play Family Feud

  • Open two browser windows at http://localhost:8080/
  • Click Be the host to assign that window to become the game host controller. All other open instances will become the audiance window window.
  • As the host you can:
    • click to reveal answers
    • assign points
    • go to new questions

Default instance:

Default instance

Host instance:

Host instance

Audience instance:

Host instance

About

A basic Family Feud web app using Node.js & Socket.io. The host instance will control the display game board instance..

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published