I am using Google Chrome and my OS is W10.
Viewing post in Boxes against Gravity jam comments
I also tried Chrome incognito just to be sure, same result. Microsoft Edge and FireFox also has the same issue for me.
Which browser did you use and on what OS? If it works fine on one of these it might be going wrong on my end(altho other games load just fine).
Edit: I just noticed this in the Chrome browser console:
Failed to load resource: the server responded with a status of 404 ()
p5.js:57365
🌸 p5.js says: [mySketch.js, line 17] It seems that you may have accidentally written "world" instead of "WORD". Please correct it to WORD if you wish to use the constant from p5.js. (http://p5js.org/reference/#/p5/WORD)
mySketch.js:17 Uncaught (in promise) ReferenceError: world is not defined
at setup (mySketch.js:17:2)
at p5._setup (p5.js:60991:25)
at p5._start (p5.js:60926:23)
at new p5 (p5.js:61231:20)
at _globalInit (p5.js:60202:15)
p5.js:57365
🌸 p5.js says: [mySketch.js, line 30] It seems that you may have accidentally written "world" instead of "WORD". Please correct it to WORD if you wish to use the constant from p5.js. (http://p5js.org/reference/#/p5/WORD)
mySketch.js:30 Uncaught ReferenceError: world is not defined
at mousePressed (mySketch.js:30:10)
at _main.default._onmousedown (p5.js:75886:38)