About the project

VS2 was the continuation of Vertical Slice 1, we got new teams and a new game.

The idea was to recreate 10 seconds of a game that we could pick ourselves.
I liked this project even though it wasn't as big as the one before.

My Part In The Project

  • Movement & Driving
  • Shooting
  • Camera
  • 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

    I used a tool called STYTool to extract the core game images from the game to bpm sprite files.

    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

    Extra Info

    Engine:

  • Unity - Version 2020.1.13f1

  • Links: