Skeletons

Fight other skeletons with a sword and shield in a medieval dungeon and reclaim your throne.

A game for The GameDev.tv Game Jam 2022.

Made with Unity.

Includes source, but not the free Unity Asset Store assets. Here are instructions to get it to work:


  • Import "Ultimate Low Poly Dungeon" by Broken Vector
  • Import "RPG - Skeleton" by IronicGame
  • Import "Starter Assets - Third Person Character" by Unity Technologies
  • Install New Input system
  • Enable New Input System
  • Inspect StarterAssets.inputsettings and Make active
  • Add code to StarterAssetsInput.cs:

line 15:

public bool attack;

line 48-sh:

public void OnAttack(InputValue value) {

attack = value.isPressed;

}


StatusCanceled
PlatformsHTML5
Rating
Rated 1.0 out of 5 stars
(1 total ratings)
AuthorGordon Doskas
GenreAction
Tags3D, Action RPG, Horror, Low-poly, Skeletons, Souls-like, Third Person

Download

Download
Skeletons on Skeletons - source v2.zip 627 kB

Comments

Log in with itch.io to leave a comment.

Very cool idea!  It could certainly use some polish, an ending, and maybe some additional features to keep the gameplay fresh, but the foundation is there.  There were a few spots where the player skeleton would get stuck in a falling animation when hit.  This made me wonder whether the falling animation (and falling in general) was even necessary for this game since there is no jump mechanic and few places to drop down.  That could be something to remove altogether and instead stick the player character to the floor via code, avoiding this and probably other physics-based issues.

Nice one :)

Some times it looks that my skeleton want to swim :)

Nice 3D environment.  Congratulations on your submission.

idk where to go in the game

Congrats on getting your submission out! It definitely is rough at the moment. If you end up giving it some more time I'm sure you could turn it into what you envisioned for it. 

COOL