amazebasics / WFCMazeWebApp

This is an interactive maze generator and solver using the Wave Function Collapse Algorithm
Creative Commons Zero v1.0 Universal
0 stars 3 forks source link

Externalizing / Modularizing Help #2

Open amazebasics opened 2 weeks ago

amazebasics commented 2 weeks ago

Currently, the CSS is inline and the javascript is embedded in the same file. I need help separating them into their own distinct modules and files.

P.S. Although i do recognize that there were some studies that came out about how inline CSS is faster, i would still prefer to have a bit of organization

Thank you very much to whoever decided to take it on!

etnms commented 1 week ago

Hi, I can work on this issue if this is still available, but looking at the code it seems that it has been done already.