:smile: A single page web game made with Svelte.
Emoji Bingo is an engaging and innovative twist on the classic bingo game, bringing a fun and interactive element that appeals to both emoji enthusiasts and casual players. Designed with Svelte, this game offers an effortless setup that allows participants to immerse themselves in the whimsical world of emojis while trying their luck and strategy. Gather your friends or family and prepare for a lively competition filled with laughter and excitement as you race to get a bingo!
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.