Sunnyland Platformer

Platforming: Simple but Fun!

Moving forward from the Flappy Bird Practice Project, I wanted to try another popular type of 2D game: a classic platformer. I used assets from the Sunnyland package from the Unity asset store, so huge thank you to the creator of these assets, Ansimuz.

This project is still WIP and I will update this as I make progress!

Implementation

Current Completed Progress:

  • Player movement

  • Player animations (Idle, Run, Crouch, Jumping, Hurt)

  • Enemy (Eagle) pathfinding (Thank you to A* Pathfinding for easy enemy pathfinding AI)

  • Enemy (Eagle) animations (Flapping Wings, Death)

Upcoming Progress:

  • Introduce more enemy types

  • Add more levels and complexity to platforms

In-Progress Demo (9/25/22)

sunnyland_demo_v1.mp4

GitHub Repository