Hacker Feud

screenshot of Hacker Feud
svelte

: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.

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.

svelte
Svelte

Svelte is a modern front-end framework that compiles your code at build time, resulting in smaller and faster applications. It uses a reactive approach to update the DOM, allowing for high performance and a smoother user experience.

rollup
Rollup

RollupJS is a popular and efficient JavaScript module bundler that takes the code from multiple modules and packages them into a single optimized file, minimizing the overall size of the application and improving its performance.