Please enable JavaScript to use CodeHS

Introduction to Game Design with p5play

Lesson 3.3 Understanding the Canvas

Description

In this lesson, students will learn more about the p5play canvas, including how to set one up and navigate its X-Y coordinate system.


Objective

Students will be able to:

  • Explain what the p5play canvas is
  • Set up a canvas in their code with specified dimensions
  • Understand how the X-Y coordinate system works