On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Thank you, 

Yes I do agree that the theme was a bit slapped into the game, as you progress the world got more out of control and spawns more and more skeletons to stop you from completing the quests. (but yeah, bit slapped on) 

I did write all of the behaviors, movement, attacking, AI and ofc questing system.

The few thing I have since before is a lot of extensions and tools that makes coding a lot faster. One great example is myArrayOfSomething.RandomElement() <- returns random from array. Some conversions between Vector3 and Vector2 that makes it 1 line instead of multiple.

It's about 2900+ lines of code for this project without the toolkit I was using.