L2P4: Obstacle Dodger

  • Post author:
  • Post category:

Lesson: Obstacle Dodger!Objective:Students will create a game where a character (sprite) moves left and right to dodge falling obstacles.What Are We Learning?IdeaExplanationSpriteThe player’s characterObstacleSomething that falls from the topEventsSomething that…

Continue ReadingL2P4: Obstacle Dodger

Es6 Modules

  • Post author:
  • Post category:

Complete the tasksFollow the links below and complete all the tasks:Create a module script.Use export to share a code block.Reuse JavaScript code using import.Use * to import everything from a…

Continue ReadingEs6 Modules