← Assignments View Assignment

Assignment 7 - A canvas 2D grphics scene

Due: Mar 25, 2022 at 11:59pm

Follow the instructions below to download the starter project of this assignment. Having done that, your task for this assignment is to create a 2D graphics scene using the HTML canvas element. Your scene needs to be implemented using the ES6 version of JavaScript and must consist of different colors and shapes. What the scene is about is left up to you; just make sure you to meet the following requirement:

Check out MDN Canvas API tutorial (Links to an external site.) for more information on drawing to the HTML Canvas element. Make sure to watch the Drawing to an HTML canvas video.

Instructions

For this assignment, you need to have a GitHub account. If you don’t have one already, please sign up for one at https://github.com/.

Getting the starter code from GitHub

Launching the live development server

Submitting your program to GitHub

bash git add . git commit -m 'short commit message goes here' git push

Make sure to do this at least once by the deadline. For your final submission, I recommend using “Final submission” for the commit message. Note that committing changes is not enough; you have to push them to GitHub; otherwise, your changes will stay on your local machine and I will not be able to see your submission.