Open FeXd opened 1 year ago
some of the research i found for some crosswords online
https://www.sitepoint.com/how-built-pure-css-crossword-puzzle/
found this online about how to make a crossword only using css
Found a generator that does something similar to what i am going for : https://www.classtools.net/crossword/
Create a simple webpage using basic HTML, CSS, and JavaScript, that allows us to have a "Crossword" activity. Update the interactive learning code generator to support this new activity. Ensure that styling is consistent with other activites.
Generating crossword puzzles may be tricky or possibly require a 3rd party library. Be sure to do research prior to starting to code. Make comments with research below.
Please refer to #1 and #2 for more examples.
Implementation
expandable-content
index.html
,main.js
,style.css
jquery
Expectations