The first prompt

Asset Creation - The Full Hue

How the files are organized (at beginning based on provided template):

Template: http://git.prototyping.id/andrea/svelteP5Play

src = all the code files go there

App.svelte = the main component files, open this first

main.js = we don't touch this

public = any images will go here

index.html = we don’t touch this either

package.json = lists the dependencies

P5play vs p5.js - Use cases

Use p5play for anything that needs physics: the player, platforms, enemies, and tar puddles. Use p5.js drawing functions (image()tint()drawingContext) for the glow effects, color overlays, and background parallax.

My questions/prompts and their answers (most done in claude)

Note: this is not everything only the things I found useful to jot down, claude did not save our conversation history so I cannot refer back to it fully. Additionally, I ensured to check all the code that was being implemented and asked/researched any code which was generated which I could not understand. If it was too complex I would ask the AI to write the code in simpler terms or “easier code”