Canvas

In this lesson, you will learn about HTML Canvas and how to use it for JavaScript game graphics.

We'll cover the following...

The HTML canvas element provides a blank canvas on which we can draw our game. Drawing is a fundamental aspect of making our game, and ...