Unclaimed Package Is this your package? Claim it to unlock full analytics and manage your listing.
Claim This Package

Install via UPM

Add to Unity Package Manager using this URL

https://www.pkglnk.dev/hacker-feud.git
Hacker Feud

README Markdown

Copy this to your project's README.md

Style
Preview
pkglnk installs badge
## Installation

Add **Hacker Feud** to your Unity project via Package Manager:

1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/hacker-feud.git
```

[![pkglnk](https://www.pkglnk.dev/badge/hacker-feud.svg?style=pkglnk)](https://www.pkglnk.dev/pkg/hacker-feud)

Dependencies (1)

README

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

Comments

No comments yet. Be the first!