Algorithm-Arena / weekly-challenge-12-fools-cursor

3 stars 1 forks source link

Submission - The answers will come to you #3

Open NicolasRoelandt opened 5 months ago

NicolasRoelandt commented 5 months ago

Code: https://github.com/NicolasRoelandt/FoolsCursor Live demo: https://nicolasroelandt.github.io/FoolsCursor/ Video: https://youtu.be/O66qUkqNvck

This is a simple trivia quiz, but with one twist: The answers will come to you. However the answer coming towards your cursor (your cursor will tell you which one is coming) might not be the correct one. You will have to avoid touching the bad answers and select the right one, in a cat and mouse (pun intended) game fashion. If you touch a wrong answer, the answers get reshuffled. You always start with a 1 second invincibility (because I am not a heartless monster).

You can increase the difficulty by reducing the windows size.

You win 2 points per right answer and lose 1 point every time you touch a wrong one.

Enjoy!

Credits

nikpundik commented 5 months ago

Haha that's truly brilliant idea

vjeux commented 5 months ago

This is a really interesting mechanic! I love how it makes you think a lot more about the answer.

image