Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 841 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 841 Bytes

familyfeud

Family feud game in javascript and html. The game interface taken from https://codepen.io/MacEvelly/pen/rLWeYP, just admin panel implemented to seperate game operations from audience.

This game was used for a student organization event in a university. The main interface, the front-end seen by audience is taken from online, and an admin panel created to steer the game from the regie. It was urgent, and there is nothing organized in the code, so sorry.

Questions are fetch from "../js/FF3.json" file.

live demo: https://cgrgrbz.github.io/familyfeud/

Open index.html

Open Game

Start Game (music continous for 33 second then game starts) time count can be edited in "/panel/js/panel.js" in line 11 > https://github.com/cgrgrbz/familyfeud/blob/ece28719d443364e8813c9d4132671df0bfa01ba/panel/js/panel.js#L11