Graveyard Dash
Graveyard Dash is a 2D infinite scroller where you cross a Halloween themed hell. You need to jump and slide your way past enemies and obstacles to make it as far as possible while collecting pieces of candy to increase your score!
​
Graveyard Dash was made in a 24-hour game jam hosted by Microsoft and Miami Dade College. This was a 4 person team where I was the secondary programmer. I was in charge of the level design and creating the movement, camera parallax, infinite scrolling, and candy system for the game!
Trailer
Level Design
Being in charge of the level design for the game, I used assets from the Unity asset store in order to build this foggy, forest grave yard being lit by a large full moon. The theme for the game jam was Halloween so of course, what would be better than a graveyard!
Programming
I was also in charge of creating the player’s 2D movement, the infinite scrolling, and the parallax camera. The player can move anywhere within the view of the camera but can not move out of it, the infinite scrolling seamlessly repeats the ground and the background, and the parallax camera causes the front ground with the player, background, and moon sprite to move at different speeds in tandem with the infinite scrolling.