neoneye / ARC-Interactive

Enjoy puzzle-solving directly in your browser.
https://neoneye.github.io/arc/
MIT License
19 stars 2 forks source link

Editor: Don't show task name, since it may reveal the solution #10

Closed neoneye closed 7 months ago

neoneye commented 10 months ago

Problem

I wonder how does humans solve ARC task without any help.

Currently the UI shows several hints, that may be helpful.

Most ARC datasets have names that explains what the solution is.

The named CleanUp2, reveals it's about cleaning up stuff.

https://neoneye.github.io/arc/edit.html?dataset=ConceptARC&task=CleanUp2

Solution

On the edit.html, don't show the name in the: url, title, heading.

Regarding the url. Maybe base64 encode the name.

neoneye commented 7 months ago

No longer showing the task name in the meta title and the navigationbar title.

I have not implemented the base64 encoding in the url. So you can still read the task name from the url.