To create the Brain Eaters! game, you will need to take advantage of a web technology called Canvas. Using Canvas, you can add images to a web page using code that looks like this: // create canvas let canvas = document.getElementById(‘myCanvas’); let context = canvas.getContext(‘2d’); // get zombie image let img = new Image(); img.src = ‘zombie.gif’; // when all images loaded, start drawing window.addEventListener(‘load’, () => { context.drawImage(img, 0, 0); });This code loads an image of a zombie and adds it to the top-left corner of the canvas. The image is drawn by calling the context.drawImage() method with the image and the x and y coordinates of where you want the image to be drawn.In order for this code to work, you need a
******CLICK ORDER NOW BELOW TO GET THE ANSWER TO THIS ASSIGNMENT OR ANY OTHER ASSIGNMENT, DISCUSSION, ESSAY, HOMEWORK OR QUESTION*******."
