Quick and dirty flag quiz written in Svelte that gets very difficult very fast. I built this game as a challenge between my friends in a month and it shows in its quality. It is built in Svelte and has a very simple structure, so you can add and remove flags quickly. Try it here.
To build you must have Nodejs installed.
git clone https://github.com/mgurga/flagquiz
cd flagquiz
npm install
npm start