:boom: A single page web game made with Svelte.
Overview:
Hacker Feud is a tongue-in-cheek parody of the popular game show Family Feud, designed specifically for software engineers. The game is created using Svelte and offers a fun and entertaining experience for teams to challenge each other in a software engineering-themed trivia game.
Features:
- Parody of Family Feud: Hacker Feud takes inspiration from the popular game show Family Feud and adds a software engineering twist to the gameplay.
- Made with Svelte: The game is developed using Svelte, a modern JavaScript framework for building user interfaces.
- Multiplayer Mode: The game allows players to split into two teams and compete against each other in a friendly software engineering trivia competition.
- Customizable Content: Team names, questions, answers, and points can be easily customized within the main.js file, allowing for a personalized gaming experience.
Installation:
To install Hacker Feud, follow these steps:
- Clone the Hacker Feud repository to your local machine.
- Open the terminal and navigate to the cloned repository directory.
- Install the necessary dependencies by running the command:
npm install - Customize the game content by modifying the team names, questions, answers, and points in the main.js file.
- Run the game by executing the command:
npm run start
Summary:
Hacker Feud is a software engineering-themed parody game based on the popular TV show Family Feud. Developed using Svelte, the game offers a multiplayer mode where teams can compete against each other in a fun and entertaining trivia competition. With customizable content, Hacker Feud allows players to tailor the game to their liking, making it a great choice for team-building activities or friendly competitions among software engineers.