The Game

A Different Way Home is a 2D Jump and Run Sidescroller with 3 Levels. The goal is simple: just stay alive while you run from left to right.
This was the first Unity project i developed during my Games Programming studies, it took me about 2-3 months with other projects in between.

Controls

ActionControl
Move Left/RightA/D
RollW
JumpSpace
High JumpHold Space
Double Jump2x Space
Wall JumpSpace on wall
InteractE

Enemies

  • Static enemies (goblins, skeletons, bats) just stay at their position and damage you, if you collide with them.
  • Static moving enemies (bee, bats) have fixed positions they move in between.
  • Patroling enemies (boar, spider) move from a left to a right border, but when they see you, they dash at your position.
  • Skeleton Boss swing his axe if you are in range.
  • Skeleton Mage let rain icicles around you.

Collectables

You can collect hearts to recover health. There are also coins, which you can exchange in the last level.

Download

Download
ADifferentWayHome_Build.zip 75 MB

Leave a comment

Log in with itch.io to leave a comment.