how to code a sandcastle
rporate textures and details: Using Textures Load sand texture images and fill shapes with pattern fills. Example: Using `createPattern()` in Canvas API. ```javascript const sandImage = new Image(); sandImage.src = 'sand-texture.jpg'; sandImage.on