Side-scrolling runner set in the medieval fantasy world. It was made for the procjam with an idea of procedurally generating enemies on the line.

Currently the game doesn't have a tutorial. So here is the short guide of what you should do.

  1. Your goal is to run as far as you could
  2. Press "Enter" to start the game
  3. You should not let enemies stop you
  4. In order to dodge their attacks you have to execute the right action:
    1. For skeleton - slash him by pressing "A"
    2. For ogre - defend from him by pressing "D"
    3. For hound - jump over it by pressing "W"
    4. For oculothorax (the giant floating eye) - avoid him by pressing "S"

If you run into an enemy doing the wrong action, then the game will restart, which basically means "you died".

As it's only a prototype beware:

  1. A lot of animations are missing
  2. Game is not balanced
  3. No UI

Future work:

  1. Improve enemy placement with Genetic Algorithm applying the standard difficulty curve
  2. Add all the animations
  3. Add UI
  4. Improve hitboxes


Comments

Log in with itch.io to leave a comment.

seems like this could be fun when you have more time to finish it. good luck!