About the project

VS1 was the second big project.

The idea was to recreate 10 seconds of a game that we could pick from a list.
Overall I think it was a pretty good experience and I think it was fun doing research on games to recreate them.

My Part In The Project

  • Health System
  • Movement
  • Enemy Patrol
  • Camera
  • Parallax
  • Collisions
  • Cuphead Recreation

    Movement Sheet

    A sheet with code snippets and examples of movement animations

    Crouch

    The player can crouch by using the arrow down key

    Camera

    The camera follows the player

    Enemy Patrol

    An enemy moves left and right, checking if it is on the edge of an object

    Move

    The player can move left and right with the arrow keys

    Jump

    The player can jump with 'Z', and double jump in-air

    Parallax

    When the player moves right/left, the background objects move the opposite way, creating a parallax effect

    Health

    Whenever the player gets damaged, the amount gets deducted from the total lives