ahandrewh teaches IAT-165game design and development

E1: Development setup (due January 14)

Exercise rules

Please note the rules for exercises in this course:

Instructions

To help you get set up with your development environment for the course this exercise has you step through the process of setting up.

Please complete the following:

  1. Head to the p5.js web editor. While at the editor, please set the following:
    • Rename your sketch to iat165-e1.
    • Change the version of p5.js used by the editor to 2.1.1.
    • Create a new file in the sketch titled readme.txt.
  2. Edit sketch.js to draw a shape in the sketch. Use the p5.js reference materials to explore how.
  3. Run the sketch using the play symbol to ensure the output is as you expect.
  4. Save the sketch to your computer.

Submission

Once done please submit a ZIP of your exercise to Canvas before class on January 14.

You are allowed to use this exercise as part of your projects if useful.

Grading rubric

This code exercise is worth 1% (1 point) of your final grade for completing the exercise steps.