"p5.play Platformer 1: Level 1 - Welcome" is the first level of a multi-level platforming game, made with Javascript (p5.js & p5.play). 

This assignment is part of my final assignment submission for my DIG 5508 - Programming for Digital Media course.

My Role:

  • Programmer
  • Level Designer

How to Play:

  • Player Movement:
    • Left Arrow Key: Move Left
    • Right Arrow Key: Move Right
    • Up Arrow Key: Jump
  • Power Ups:
    • There are many types of powerups represented by different Purple or Pink Diamonds. These powerups may improve or hinder player movement. They could also affect enemy movement.
  • Obstacles:
    • There are many types of obstacles represented by different colored Squares & Rectangles. If the Player hits an obstacle, they may lose 1 life or even all of their lives.
  • Coins:
    • Coins are represented by Gold Circles and are the key to winning the levels.
  • Hearts:
    • Hearts are represented by Red Circles and restore lost lives.

(This was my first attempt at making a platformer in Javascript)

Leave a comment

Log in with itch.io to leave a comment.