All Projects â†’ lettier â†’ hacker-feud

lettier / hacker-feud

Licence: other
💥 A single page web game made with Svelte.

Programming Languages

HTML
75241 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to hacker-feud

svelte-meteor-data
Reactively track Meteor data inside Svelte components
Stars: ✭ 14 (-77.05%)
Mutual labels:  sveltejs, svelte-v3, svelte3, svelte-js
mnimi
🎲 Mnimi (A Game of Memory Skill)
Stars: ✭ 15 (-75.41%)
Mutual labels:  games, game-2d, online-games, online-game
s-date-range-picker
📅 A date range picker built with Svelte
Stars: ✭ 13 (-78.69%)
Mutual labels:  sveltejs, svelte-v3, svelte3, svelte-js
PICO-EC
A tiny scene-entity-component library created for the PICO-8 fantasty console.
Stars: ✭ 37 (-39.34%)
Mutual labels:  games, game-2d, game-dev
svelte-click-outside
A wrapper component that provides click outside detection
Stars: ✭ 28 (-54.1%)
Mutual labels:  sveltejs, svelte-v3, svelte3
lightsout
🎲 Lights Out Game
Stars: ✭ 23 (-62.3%)
Mutual labels:  games, game-2d, online-game
payload
A javascript single page application (SPA) driver for REST API payload management.
Stars: ✭ 16 (-73.77%)
Mutual labels:  spa, web-application, javascript-applications
svelte-interview-questions
Concepts and Questions related to Svelte - Part of official Svelte resources list
Stars: ✭ 18 (-70.49%)
Mutual labels:  sveltejs, svelte3, svelte-js
svelte-typescript-rollup
Svelte + Typescript + Rollup
Stars: ✭ 79 (+29.51%)
Mutual labels:  sveltejs, svelte-example, svelte-js
ui-svelte
A component library for Svelte
Stars: ✭ 18 (-70.49%)
Mutual labels:  sveltejs, svelte-v3, svelte3
Game-Assets-And-Resources
Free and paid game assets and game resources for 2D games, 3D games, mobile games, Steam games, Unity games, and other games.
Stars: ✭ 164 (+168.85%)
Mutual labels:  games, game-2d, game-dev
WildWorld
Sandbox freestyle multiplayer game/engine in LÖVE/LUA.
Stars: ✭ 35 (-42.62%)
Mutual labels:  games, game-2d
osgc
Open Source Game Collection - mini games created with xygine and SFML!
Stars: ✭ 17 (-72.13%)
Mutual labels:  games, game-dev
Crystalshire
Legacy VB6 open-source ORPG
Stars: ✭ 24 (-60.66%)
Mutual labels:  games, game-2d
boxgame
A sample project for following along a tutorial found on jap.alekhin.io.
Stars: ✭ 32 (-47.54%)
Mutual labels:  games, game-dev
xtory
a tool for writing branching nonlinear stories.
Stars: ✭ 14 (-77.05%)
Mutual labels:  games, game-dev
Trivia-Knowledge
Trivia knowledge is a fun trivia game in which players have to guess the answers of questions by filling the answers boxes with correct letters.
Stars: ✭ 77 (+26.23%)
Mutual labels:  games, game-dev
rsc-client
🎮 runescape classic web client
Stars: ✭ 45 (-26.23%)
Mutual labels:  games, javascript-game
Games
Create interesting games by pure python.
Stars: ✭ 3,431 (+5524.59%)
Mutual labels:  games, game-2d
Glas
WebGL in WebAssembly with AssemblyScript
Stars: ✭ 278 (+355.74%)
Mutual labels:  games, game-dev

Hacker Feud

Hacker Feud

A tongue-in-cheek parody of Family Feud but for software engineers. Made with Svelte. Click here to play.

Gameplay

Among your group, select a host. The host will read off the questions, input the guesses, and manage the other parts of the interface. The rest of the group has to split into two teams. Within each team, order everyone sequentially.

At the start of a round, the first person from each team faces off. For the very first guess, during the face off, the first person to say their guess goes first. Keep alternating until there is a correct guess. Whoever gives a correct guess wins the face off and their team now controls the board. At this moment, the controlling team can pass control to the opposing team if they wish.

With control of the board, sequentially move through the team with each member giving a guess. After three strikes, the opposing team has a chance to guess and steal the bank. The bank is the number located in the middle near the top. If the opposing team doesn't steal or rather, gives an incorrect guess, the bank goes to the team that struck out.

Customize

The team names, questions, answers, and points are located in main.js.

Build

git clone https://github.com/lettier/hacker-feud.git
cd hacker-feud
# Install Node Version Manager.
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash
nvm use
npm install
npm run build

Run

npm run dev &> /dev/null &
python -mwebbrowser http://localhost:55555

Copyright

(C) 2020 David Lettier
lettier.com

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].