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

3 stars 1 forks source link

Submission - Ignis Fatuus #4

Open nikpundik opened 5 months ago

nikpundik commented 5 months ago

Inspired by a level from the Goblins game series, Ignis Fatuus is a super-minimal point-and-click game where the cursor follows the interest points.

Video

ignis.webm

Play

https://ignis-fatuus.vercel.app/

Source

https://github.com/nikpundik/ignis-fatuus

vjeux commented 5 months ago

I gotta admit, I've been very confused by the game. I ended up winning but I didn't really understand the logic behind the game.

image
nikpundik commented 5 months ago

Yes this was probably a weak idea and rushed out..I was just trying to find a way to justify cursor orientation to help the finding of hidden buttons..the idea was to find hidden pieces of the solution by combining primary color switches on/off, white/black will reset it until you have them all and you can turn off black again. Definitely not the best design 😓 But i had cursor following the closer button so submitted anyway 🤕

vjeux commented 5 months ago

All good! The concept of finding the black one was really interesting, I just didn’t get how changing the colors connected to the password, and getting the last one by turning off black was a surprise.

This challenge is all about creativity and that definitely was <3