I moved to a new URL! Check it out!

Dev Log: Hud Options

Dev Log: Hud Options
I'm almost done with all of these menus for Super Sky Sisters! One thing I wanted to add was a bare minimal hud for players that wanted to see as much of the sky as possible. I've also made some changes to the main hud that make it a little bit smaller and less intrusive, but we'll see if that's enough. I figure adding the minimal hud is a good option for people that don't like the normal one.

This is the normal hud right now:

Image


And you have the option to change it in the options menu:

Image


When you have the minimal hud mode activated you get a hud that looks like this:

Image


I'll probably still make some changes to this but for now I'm happy with it. I also added a simple pause screen finally to the main game play because I noticed that I had to actually close the game and reopen it if I wanted to back out of the gameplay scene, whoops.

Image


I'm giving myself one more month maximum to work on this and then all I have to do is figure out what to do with it... (I have no idea right now.)

Dev Log: Editing Controls

Dev Log: Editing Controls
Everyone wants to be able to customize their keyboard controls in games, and I think I figured out a pretty straight forward way to do just that in my menu system for Super Sky Sisters.

Image


You can configure each player's keyboard controls to make the set up that best works for you. On keyboards with a numpad it's definitely a good option to have one player set up on the numpad, but on laptop keyboards this isn't the case.

Right now you can't edit the game controller controls because I think I want to make those locked in at least for right now.

The to do list grows shorter! But I still need audio for this game, whoops!

Dev Log: Fades and Menus

Dev Log: Fades and Menus
Working away at some of the menu stuff for Super Sky Sisters. Every time I have to code menus it amazes me how long it takes compared to making the actual game. I think I spend as much time on menus as I do actually coding the game play which feels totally insane to me.

Image


These menus are built for the preview or demo version of the game that I've been showing off, but at this point they'll probably be the final menus of the game once I add some more sprinklings of artwork to them.

I spent some time trying to figure out a cool fade out and fade in effect using clouds and a sky type thing, but honestly I everything I tried with clouds fading in looked like crap. So I went for the simple style of having diamonds fill in the screen for the fade which looks super neat and is really easy to do. I just render a square graphic that's been rotated a bunch of times over the screen, and the scale of that graphic is controlled by a value in my Overlay entity, so to fade in and out I just tween that value between 0 and 1.

My to do list is getting pretty short, so hopefully I'll have the game done this month! (Except for audio, whoops.)

Doodle Post

Image


Trying something different and used some references to try to make a more realistic looking face weeeeee~

Doodle Post

Image


Finished with the title screen art I think!

Dev Log: Title Screen

Image


Working on some arts for a cool title screen for Super Sky Sisters, and probably using some of this art for the menus as well. Almost done with the game! I should probably add sound too at some point.