Hi @3xotic109 ,
Here a starting point for p5js (see the several topics and examples):
In the end you then have most probably a structure like
mygame/ (main folder)
mygame/data/ (folder for resources, ie images, etc)
mygame/lib/p5.js (the p5js module/library)
mygame/sketch.js (your code)
mygame/index.html (bundle and start your code)
The (ie mygame) folder then can be copied to the ie. pc (or extracted by ie zip) and can be started by clicking index.html
Cheers
— mnse