Pagina's

Friday, 8 February 2019

My top-down RPG-adventure

Well, it's not going to be Skyrim yet and it does not include anything like a massive world, as far as I can foresee, but I got to building my first game yesterday evening. It's going to be a simple top-down game with my stick figure walking around.

I have my walking pixel art stick figure prancing around with a lot of #swag, according to my colleagues and this is our hero. It is he who will make his enemies tremble in fear and it is he who is going to open doors, pick up health potions and, most importantly, guide my programming advancement.

I have figured out how to make use of this animation via a style sheet and how to have him walk to a certain location, from the Unity Codemonkey tutorials. I also made a simple level building system to add wall objects from a small PNG file to the scene in Unity. I might need to tweak that a bit, but I have enough of that for the time being. 

Next will be creating the Stick Figure object and adding all its components. I'll pobably need prefabs for that (and for the walls too), so I'll have to focus my efforts to this matter, this weekend. Hopefully, there'll be a basic character system by the end of the weekend and then I can start making more of these nice animations too.

No comments:

Post a Comment