:boom: A single page web game made with Svelte.
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.
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 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.
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.