The other day I made a post about how I wanted to learn how to make a video game. I also mentioned in that post an interesting open source game engine called Godot that I was finding really easy to use and understandable.
Well, over the last few days I've been learning bits and pieces about how to do things in this engine, how to code scripts to make things work, and what not. Mostly I've been following tutorials, but that can get boring at times, it can also end up being very confusing when the person doing the tutorial doesn't give enough information about why they are doing certain things in a certain way and/or in a certain order.
So, yeah, once I got comfortable with the layout of the engine and how it works, I started my own project to try and do the things I've been learning elsewhere. Now, one of the major things I have a problem with is coding, because I've never really done much more than copy/paste/compile, so that's something I'm still working on and have to constantly look up to see how other people have implemented certain things that I want to implement.
Ok, so, I know it doesn't look like much but I'm quite proud of my self for the little example project in that video, because, well, it's the closest I've ever gotten to making a game. Plus, I was really struggling with making certain things work the way I wanted them to, mainly the walking animations (which I'm still not entirely happy with). But I'll save all that for a different progress update post.
What I want to do next is make those barrels and chests interactive (should be easy enough), add stairs for changing floors (might be a bit more difficult), animated doors (shouldn't be too hard). There's a bunch more stuff I want to do, but those are my main concerns right now.
So, yeah. If you want to try doing something like this for yourself you can download the Godot engine here: https://godotengine.org/
They just released version 3.0 too, which I'm probably going to have to upgrade to know, haha.
The art I used for the example in this video can be found here: https://opengameart.org/content/dawnlike-16x16-universal-rogue-like-tileset-v181
Right, that's about it, have fun.