Loading...
25
2 years ago

Hey! It's been a while since I've posted about my game, so I've made a little video showing off what I've added since last time!


I was still mostly working on my level editor, but now that it's mostly working, I can focus more on the game itself.

I've also implemented a simple(ish) configuration format that's basically a .ini file, but with types.

screenshot_2022-06-18_204157.png

The types dictate how the text to the right of the = sign gets parsed, which makes for less visual noise compared to something like json.

Though, I have to code the parser of each type myself. For instance, for the color type, I had to write a function that takes a string, converts the hex code into a set of numbers (emitting a fitting error message if it can't parse it) and returns a color object.

But once that's done, these are reusable. I've even implemented an alias type that allows you to specify a convenient name for a more complex type (types can receive arguments with the <> syntax).



0 comments

Loading...

Next up

Music will be a big part of STACK_TRACE, so even though I barely have anything done, I decided to prototype some music. It's a very rough idea.

I've figured that Tiled isn't gonna be ideal for making levels for my game, so I'm working on a custom level editor. The graphics are a leftover from the Ludum Dare version and will be revamped with time. #indiedev #gamedev

Ya like PONG? Well I'm making a clone of it!

#screenshotsaturday #indiedev

Happy #WIPWednesday!

Are you working on a game? A song? Something else? Tell us in the comments!

This week I spent working on a level editor and simple SVG converter. I've also updated some graphics, as the previous ones were hard coded draw calls.

There's still a lot to be done for the editor.

#screenshotsaturday #indiedev

🕹️ Enter The Highrise Game Jam Before It Ends On May 5! 🕹️

Learn the rules here: https://gamejolt.com/c/gamedev/highrisejam

Learn how to make a world on Highrise (which you MUST do to enter the jam) here: https://gamejolt.com/p/the-highrise-game-jam-is-underway-watch-t…

The jam has cash prizes! 💸💸💸

I made this game back in #ldjam 48 (about a year ago). I've now decided to make it into a full game! I have nothing of note to show yet, but here's some footage from the jam version!

#screenshotsaturday #gamedev

Highrise Game Jam Reminder: In order to enter to win the Jam, your game must be created in Unity and submitted using the Highrise Studio Hub.

Learn all the deets about the jam at https://gamejolt.com/c/gamedev/highrisejam

Have a good Boi

I have added rewards for quests so that villagers can give you something in return for your hard work helping them. 🥳

I want to know - what's your favourite quest reward?