Robin's Devlog
-
Almost 2 months later, I have a Christmas day update, though this has nothing to do with Christmas.
I’ve been working on the game at a consistent pace the past 2 months. It has generally been a mixture of pixel art, map making, and code updates.
The in-game map system is overhauled to where it does not function like a roguelike anymore. It has the following features:
- Minimap that scrolls dynamically with the player
- Large map that is scrollable and shows all covered areas
- Improved map transitions that now scroll out the entire map while scrolling in the new map seamlessly.
Creating the editor has helped tremendously in making a seamless experience going from one map screen to another.
I also refined the core concept of the game, which deals with reviving a dead world. The scope of the game has also been narrowed quite a bit in terms of the overall goal and what the player can do. I’m trying not to fall into a trap where I keep adding more and more features, until the goal becomes unattainable.
A big part of the game is turning areas that look like this:
Into something like this, by using the core abilities of the player.
That’s it for now. Until next time, Happy Holidays!
-
@Robin Haven’t posted here in quite some time, but I’m still working on this game.
I kept getting confused on the overall direction of the game, but I think I have a better handle on it now. I’ve also been working on a design doc, which I didn’t have before, so that should help things along greatly.
The design has changed somewhat significantly too, and these modifications were mainly geared towards having a realistic goal when factoring in all things related to life/day job. My goal is still to finish a game, and sometimes that means cutting out lots of planned ideas.
Another big change is the overall art direction. I think somewhere along the line, I lost sight of the feel I was going for. Things looked a bit too bright and happy like something you might see in an old Mario game. After some experimentation with different pixel art styles, I’ve settled on one that’s simple and easy on the eyes, while being closer to what I originally envisioned.
-
@Robin Nice art on the cave tiles. Also the giant bat looks very distinct and memorable. Are those flies hovering around the big bat?
-
@slimehunter84 Thanks. Glad you were able to tell those were flies Probably easier to see in motion.
-
@Robin I eagerly await your next post. Also… are you on the discord?
-
Glad to see this place is back up after being hacked!
I’ve been really busy with family/life stuff lately, and I’m preparing for a move so I haven’t had much time to work on my main game. Though I do intend to get back to it as soon as I can.
In the meantime, I’ve used what little free time I had during nights to do an exercise in simplistic game design/development, and it took roughly a month and a half of working on and off to make this. I attempted to make an infinitely scrolling game where the only thing the player can do is move the mouse around, or click the mouse, to protect a boy who is walking to his grandmother’s house. So the game is tentatively called “Walk to Grandma’s”.
I made this mainly as a development sandbox to get more familiar with aspects of the Nez framework that I haven’t explored much, and it allowed me to see some inefficiencies in the way I did things before. But it turned out to be…kind of interesting?
Currently there’s only one enemy type and there’s no real objective other than to see how long you can protect the boy from the creatures that are stalking him. The enemy spawning rate increases for every mile walked. If I decide to continue this as anything more than a sandbox, I’ve got other interesting features I would add.
There is a download link below if anyone wants to try it.
Controls are simple:
- Move mouse over an enemy to attack them or move them while they’re stunned
- Move mouse over dropped gold to pick it up
- Hold down left mouse while moving over enemy to knock them back depending on accumulated power level. This is intended to do something else in the future, should I continue on this.
- Enter to pause game
Screenshots:
Download:
https://www.dropbox.com/s/ff6z08fo7gs92hm/WalkToGrandma.zip?dl=1
(Sorry for the sea of dll’s in the zip. Just run WalkToGrandma.exe) -
@bengrue I do get on discord every once in a while to see what everyone’s up to.
-
Wow I haven’t posted in so long that I got a prompt asking me if I want to create a new topic since this one is so old. This is more of a “still going” update.
I’ve gotten into a rhythm of working daily on the “metroidvania” (still hate that word but I’ll use it). My current goal is to make a fully traversable map. I’ve been doing lots of design work on graph paper (which is glued together to make a huge map). Then I transfer this design to the mapmaking tool I created earlier. I find designing the map on graph paper is easier than using software…because sometimes I find myself just staring at the screen doing nothing. This doesn’t happen with paper surprisingly. Sometimes oldschool methods still work!
Speaking of the mapmaking tool, I can do more actions with it now such as placement of “things”. A “thing” can be anything from an enemy, to a plant, to a moving platform (complete with a waypoint editor that lets me move platforms in complex sequences). Each thing can also be rotated/scaled/tinted, which allows for more diversity of stuff like plants, rocks, etc. I think the tool can do most of what I want it to do now.
Once I’m done with the fully traversable map, I will start filling it in more with enemies, powerups, etc. I’ve already designed all the powerups and created a general flow through each area with the required progress gates (powerups or other things needed to get past an obstacle). I also know the title of the game now, along with the overall story, but that will be shared at a later point.
One day I may have to start using social media again if I’m at a state where I’m happy enough with what I’ve created to share it with more of the world, even though I dislike social media in general.
This video really sums up how I’ve been approaching game development lately:
I find that as long as I just do stuff, instead of thinking too much about what I logically should do next, I get more done. -
I’ve done more than I can really describe in the past few months. Maybe some development shots can tell a better story. This is mainly to show that I haven’t given up, and don’t intend to!
-
@Robin wonderful!