top of page

Platformer

Loops

For this project, I wanted to create a set of animations that I could combine with some simple gameplay. I created a locomotion system

ezgif-3-e779a34ae82e.gif
ezgif-3-685d2a6052ac.gif
ezgif-3-3ec4eab8f1b9.gif
coin2.gif

Coins

I wanted to create a game system, inspired by platformers I grew up with, like Spyro and Crash Bandicoot, I wanted the player to have a shiny pickup item to lead their way.

​

I created a script which included a coin counter and some visual and auditory feedback

picking up a coin.PNG
coin bobbing.PNG

Script for the coin animation

bottom of page