2D Side-Scroller, Metroidvania
Group Project - Summer 2023
Total Development Time: 3 Weeks
Cosmic Caverns is a 2D platformer set in an extra-terrestrial world. Play as an astronaut who crash lands in a strange cave. Find your way out, avoid spike pits and evil creatures who wish to do you harm!
> Unity
> Programming in C#
> Game Design
> Player Character Mechanics
> Ui Animations
As one of two programmers in this project, I had a lot of fun taking on the workload that was expected of me. My programming focused on a lot player mechanics, character and object animations, user-interface, mini-map, and camera movement.
To be more specific, my responsibilities included:
Player:
Walking
Jumping
Wall-Jumping
Shooting
Grapple Hook Swinging
Animations Using the Unity Animator:
Player
Enemies
Interactable Objects
User Interface
Code Snippet
Player.cs (Handles player input, movement, shooting, grapple hook swinging). This script was a collaboration effort between the other programmer, Colin, and I.