Skip to content

Rudy's Blog

Indie game developer

Menu

  • Home
  • Blog
  • Portfolio
  • About

MicroRogue DevDiary

MicroRogue DevDiary #72 – Gear and loadout

I mentioned that I want to have the player select gear to equip. There are some design directions I want to go with this that I will likely talk about later. The main idea is that the player gets a

Rudy December 7, 2018December 17, 2018 MicroRogue DevDiary No Comments Read more

MicroRogue DevDiary #71 – Experience

Continuing on the upgrade system, I am implementing an experience system. Experience and levels are an indirect way to adjust difficulty for the player. Regardless of player skill, there will be some location in the dungeon where they reach their

Rudy December 5, 2018December 17, 2018 MicroRogue DevDiary No Comments Read more

MicroRogue DevDiary #70 – New upgrade system

My upgrade system is very lacking at the moment. I also have no controller-usable UI for upgrading. My upgrade terminal is currently broken. An upgrade can be summed up as (cost, stat boost, level): Barring pretty UI, this is pretty

Rudy December 3, 2018December 7, 2018 MicroRogue DevDiary No Comments Read more

MicroRogue DevDiary #69 – Sound effects

I’ve been somewhat dreading adding sounds to the game. But I have to, there is no question. This just means finding sound assets, choosing them, and all the tedious finicky work that comes with it. Thankfully, the technical details (which

Rudy December 1, 2018 MicroRogue DevDiary No Comments Read more

MicroRogue DevDiary #68 – Quadruped boss animation

I’m working on mob animation from before. And I made my current boss mob have four legs, made of 2 parts each: It’s only two sprites, so there’s not much variety, but it’s really nicely reusable and, really, it’s just

Rudy November 26, 2018 MicroRogue DevDiary No Comments Read more

MicroRogue DevDiary #67 – Improved mob death parts

Ever since I made mobs die by breaking into their components, the battlefield looks like this (with my old single-color sprites): It is impossible to tell where are the living enemies and where are the dead ones. So I basically

Rudy November 22, 2018 MicroRogue DevDiary No Comments Read more

MicroRogue DevDiary #66 – New mob sprites and animation adjustments

I decided to do all the art myself. This is probably a bad idea©. But I really just want to get this published. My couple month project is yet again spanning into half a year. There is no way I

Rudy November 21, 2018 MicroRogue DevDiary No Comments Read more

MicroRogue DevDiary #65 – Wall logic cleanup

Well, time to fix the billion issues I have with tile collisions and such. Firstly, I need to fix fog of war, which is now somewhat broken. The complication was having wall side and top have separate visibility. Now I’m

Rudy November 20, 2018 MicroRogue DevDiary No Comments Read more

MicroRogue DevDiary #64 – Walls and doors, again

Sometimes I look at my old stuff and can’t help but think “what the hell is past me smoking?” My floor, wall, door and all other entity layering/sorting render logic is stupidly complex. It’s not necessarily bad and it’s advanced

Rudy November 10, 2018November 10, 2018 MicroRogue DevDiary No Comments Read more

MicroRogue DevDiary #63 – Additional weapons and decals

A lot of the work I need to do is incredibly tedious and at the end, there’s hardly anything to show for it. I guess I’ll cover some content addition. I think some new weapons is a good start. As

Rudy November 5, 2018 MicroRogue DevDiary No Comments Read more

MicroRogue DevDiary #62 – Better per-level content selection

After a break and without seeing the game every day, and then trying to do some work, I have come to a conclusion that I lack high-level tools to quickly adjust critical parts of the game. This is something I

Rudy November 1, 2018 MicroRogue DevDiary No Comments Read more

MicroRogue DevDiary #61 – New boss abilities

My levels rely on having bosses — it’s the culmination of level exploration and the eventual reward for a tougher test of skill. I’ve mentioned this before, and so I need different bosses doing fun-ish things. Of course, each new

Rudy October 5, 2018 MicroRogue DevDiary No Comments Read more

MicroRogue DevDiary #60 – Animation improvements

I left off with a bunch of unfinished animation stuff, so I should do some of that that now. As with most stuff now, it’s many tiny features and fixes, all tedious and fairly boring. There is one thing I

Rudy September 30, 2018November 21, 2018 MicroRogue DevDiary No Comments Read more

MicroRogue DevDiary #59 – Controller aiming

Oh man, when you’re busy with “real life” stuff, time flies. A month has gone by and I’ve barely worked on the game. Incidentally, I am at the hardest part of the project as well, so that doesn’t help. I’m

Rudy September 29, 2018September 29, 2018 MicroRogue DevDiary No Comments Read more

MicroRogue DevDiary #58 – Animation effects

Oh man, I have been busy for the past week. Had to do so many tasks and had no time or energy left for the game. Ah, well. Back to my definitely reasonably not overscoped project with a realistic deadline.

Rudy September 21, 2018 MicroRogue DevDiary No Comments Read more

MicroRogue DevDiary #57 – Mob part animation

I guess the main (and most time-consuming) animation for robots is their movement. I can imagine three distinct ways of moving: walking, driving, and flying. Walking is the most difficult one and means the robot has legs or some sort

Rudy September 10, 2018November 21, 2018 MicroRogue DevDiary No Comments Read more

MicroRogue DevDiary #56 – Mob part setup

I need to finish my art requirement list and for that I need to finish any features where I am still unclear about what art assets I need. For example, I have a pretty good idea of what tiles I

Rudy September 10, 2018November 21, 2018 MicroRogue DevDiary No Comments Read more

MicroRogue DevDiary #55 – Level flow improvements

While playtesting and planning on filling content, there’s a few missing things I still need. (Well, immediate things as opposed to a mile-long list of features I want to do.) So I’m doing a bunch of things that are best

Rudy September 8, 2018September 8, 2018 MicroRogue DevDiary No Comments Read more

MicroRogue DevDiary #54 – Wall and door visuals

Okay, so now I need to untangle the mess I made with the tiles and walls in the previous post. First, I’m getting rid of the “features” that I don’t want and need to redo differently. And then reimplementing the

Rudy September 5, 2018 MicroRogue DevDiary No Comments Read more

MicroRogue DevDiary #53 – Tile door attempt

Future note: Well, this blog post is now called an “attempt” because (spoiler alert) below is me failing to properly make the feature I wanted. Oh well. I still feel I will document this as a “full day spent working

Rudy September 3, 2018September 4, 2018 MicroRogue DevDiary No Comments Read more
  • « Previous
  • Next »

Recent Posts

  • MicroRogue DevDiary #112 – Final enemy types April 20, 2019
  • Guard clauses are not just for APIs April 14, 2019
  • MicroRogue DevDiary #111 – Gameplay tweaks April 11, 2019
  • MicroRogue DevDiary #110 – More enemy types April 9, 2019
  • MicroRogue DevDiary #109 – New enemy types April 8, 2019
  • MicroRogue DevDiary #108 – Enemy placeholders March 28, 2019
  • MicroRogue DevDiary #107 – Tile pallete March 26, 2019
  • MicroRogue DevDiary #106 – Tile and theme placeholders March 25, 2019

Categories

  • Blog (10)
  • MicroRogue DevDiary (103)
  • Uproot DevDiary (8)
Copyright © 2025 Rudy's Blog. All rights reserved. Theme Spacious by ThemeGrill. Powered by: WordPress.