Closed BeepBot99 closed 9 months ago
You may change this from to-do
to in progress
when ready.
Is this a duplicate of #47?
No, because that is for running it in a different file, which as explained, will be done in 1.1.0. This is for just making it work even if it runs in the same file, which will be done in 1.0.0.
Making what work?
This is for just making it work even if it runs in the same file, which will be done in 1.0.0.
@BeepBot99 the JavaScript code already runs in the script.js
, is that what this issue is for?
Kind of. This issue is for completely making the challenges work.
Then this is done. I created functionality in the 12oc-making-challenges
branch (if it's deleted because you merge main into it then that's your fault).
No, it is not completed until it is merged. Create a pull request and say "Closes #56" PS: Why would I merge main into it? In addition, even if I did for some reason, it is still saved in the commit history.
Don't you remember? You updated the branch last night.
No, I merged main
into creating-settings
.
@Mesure73L Please do not edit the project. I am doing that.
@Mesure73L Please do not edit the project. I am doing that.
We should still have the paused category
Issue Contents
Creating the logic that loads the challenges onto the page and executes them. Note that for now, challenge javascript code can be run in
script.js
because only @Mesure73L is writing them, but when custom challenges packs come out, it must move to another file.