You may want to mention that this game requires the Visual C++ Redistributable for Visual Studio 2015. I tried to run your game and got an error saying that the file msvcp140.dll was missing; I fixed it by downloading the Visual C++ Redistributable.
Anyway, an RPG is very ambitious for a game jam, and I'm guessing you built it from scratch rather than using an engine. That's not an easy task, so good job for completing it! Unfortunately, I couldn't find the first boss before I stopped. The level was very large, and even after I had fought maybe 15 or so battles, I was only able to explore a small fraction of it and couldn't find anything other than trees and rocks. Also, clicking on an enemy to attack didn't work much of the time.
I don't think you should be using assets you don't have the rights to. Next time I think you should start off a little simpler. I'm assuming you made your own engine for this so well done for that, that's pretty amazing.
interesting, but you may want to draw you sprites by sorting b the Y coordinate, this will give you the sprites higher up drawing behind the sprites lower.
Cool graphics ! =)
Anyway, an RPG is very ambitious for a game jam, and I'm guessing you built it from scratch rather than using an engine. That's not an easy task, so good job for completing it! Unfortunately, I couldn't find the first boss before I stopped. The level was very large, and even after I had fought maybe 15 or so battles, I was only able to explore a small fraction of it and couldn't find anything other than trees and rocks. Also, clicking on an enemy to attack didn't work much of the time.