Game
It's a Cube
3 years ago

A few days ago I released version 1.2 and then 1.2.1 to fix a bug in 1.2. See the article below or changelog.txt included in the download for more details.


Version 1.2 adds a texture to the walls and fixes a bug where the floor would never turn blue. Version 1.2.1 fixes a bug in 1.2 where the Development Environment text (which I have in case I forget to disable dev commands when making a build) would reappear after returning to the menu from the game over screen.



0 comments

Loading...

Next up

Oh yeah, also, I updated that algorithm for dash handling I shared yesterday so I can set the dash duration via the inspector window!

My next project! It's still in the early stages of development, but I have a tech demo available for download.

I'm working on an update for It's a Cube! I've implmemented Game Jolt's API and added 4 trophies and score saving.

I'm working on a main menu now! I think it's coming along quite nicely so far. Oh and I've also improved the model for the cube as well.

Okay, so I've gotten the functionality for the beetle shell render over the player working! (using the first 3 frames from the beetle shell collect animation as placeholder sprites, these ARE NOT the final sprites)

This is a much larger (in terms of resolution) video than I've shared here before!!!

This is a full round of Hensen Hopper in it's current state! I mainly recorded this to showcase the new wave difficulty curve algorithm I've been working on!

I've updated the UI and HUD in It's a Cube! I think the HUD especially looks a lot nicer now, and I'm especially proud of that, but I've also made changes to the main menu. I've also finished the statistics screen I was working on last weekend.

Today I added a glimmer effect on the ground that plays when you score! I think it looks really nice and I wanted to share!

I made some updates to the hints system! Now it reads from the message hub to determine when to show hints and the hint texts now come from the lang system I wrote yesterday. This simplified my the hints handling algorithm A LOT from what it used to be!

I've decided to have the statistics behind the quests in Hensen Hopper be handled as actions reported to the quest manager rather than try to write variables into a whole bunch of scripts solely for quests.