Jouko's Avatar

Jouko

@joukosakari.bsky.social

Wannabe indie game dev. Working evenings and weekends on Tiny Climber: https://jouko.itch.io/tiny-climber

348 Followers  |  834 Following  |  35 Posts  |  Joined: 09.12.2024
Posts Following

Posts by Jouko (@joukosakari.bsky.social)

Video thumbnail

Threading the needle

#indiedev #gamedev

16.01.2026 17:53 β€” πŸ‘ 13    πŸ” 3    πŸ’¬ 0    πŸ“Œ 0
Preview
Save 30% on Super Pinball Adventure on Steam A colorful casual pinball game for all ages and skill levels. Delight in knocking out enemies, collecting coins and solving the puzzle of each level! A fun and quirky reimagining of a beloved arcade c...

Super Pinball Adventure is out now! β˜„οΈ

#indiegames #pinball

store.steampowered.com/app/3684910/...

04.12.2025 06:30 β€” πŸ‘ 25    πŸ” 8    πŸ’¬ 3    πŸ“Œ 1

Been pretty happy making a game in @rust-lang.org, but lately I've had frustrating debugging experiences with it in VS Code: breakpoints randomly stop working and when they do, it shows garbage values for local variables. Really trips you up when you can't be sure if it's the code or the tools.

12.10.2025 06:32 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image Post image Post image Post image

Working on a better system for creating rocky terrain in Tiny Climber. It's starting to yield some interesting results, and I feel like I'm only starting to learn how to design for it.

09.09.2025 19:50 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

A fellow game dev just released their demo. πŸ”₯ Go check it out if you’re up for some quirky pinball madness!

02.09.2025 14:51 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image

Been experimenting with lighting in Tiny Climber. Somehow the shadows also call for more visual variety and richness. πŸ€” This might be the completely wrong thing to focus on right now, but I probably can't help it! πŸ˜…

10.08.2025 07:12 β€” πŸ‘ 3    πŸ” 1    πŸ’¬ 2    πŸ“Œ 0
Post image

The level "terrain" is still edited as a PNG file in Photoshop. Maybe one day I'll make the terrain editable in my custom editor too, but for now, Photoshop works just fine and is actually pretty handy.

08.08.2025 18:14 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Video thumbnail

The level editor is implemented as a custom editor extension in VS Code. I run the game in a small window next to VS Code to see my edits live when I save the file. It currently only works on certain types of game entities like moving platforms, levers, containers etc.

08.08.2025 18:14 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Post image

I've been working on a level editor for Tiny Climber to allow doing some more complex level design. I made do pretty far with just a PNG file where different colors represented different level blocks, but stuff like levers and moving platforms can't be represented like that.

08.08.2025 18:14 β€” πŸ‘ 2    πŸ” 1    πŸ’¬ 1    πŸ“Œ 0
Preview
Super Pinball Adventure on Steam A colorful casual pinball game for all ages and skill levels. Delight in knocking out enemies, collecting coins and solving the puzzle of each level! A fun and quirky reimagining of a beloved arcade c...

⚠️ Looking for feedback on my Steam page:

Things I could improve
Things that suck
Things that work!

#indiegamedev #pinball #gamemarketing

store.steampowered.com/app/3684910/...

06.08.2025 08:16 β€” πŸ‘ 14    πŸ” 6    πŸ’¬ 2    πŸ“Œ 0
Video thumbnail

I'm turning Tiny Climber into some kind of mix between a precision platformer and metroidvania. I added some new elements like moving platforms and unlockables. This decision probably extended the development time by at least a year. 😬 jouko.itch.io/tiny-climber...

17.06.2025 15:58 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Save 15% on Without a Dawn on Steam Without a Dawn is a dark, psychological, and philosophical visual horror novel featuring hauntingly beautiful pseudo-ASCII art.

I've put all my heart and soul into this experience. I'm happy, nervous, and relieved to release my work finally. You can now purchase Without a Dawn on Steam: store.steampowered.com/app/3145620/...
Thank you for all the support! πŸ’šπŸ’›
#indiegame #visualnovel #gamedev #steam

19.05.2025 16:07 β€” πŸ‘ 237    πŸ” 98    πŸ’¬ 16    πŸ“Œ 18

This looks so very, very cool.

09.05.2025 06:03 β€” πŸ‘ 3    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

☝️ Thanks @xordev.com for a great article on blurs that helped me get started!

02.05.2025 16:53 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Preview
GM Shaders: Blur Philosophy How to write a better blur shader

For the nerds interested: along the way, I implemented every kind of blur there is, starting from box blur, going through 2-pass gaussian blur and finally arriving at dual Kawase blur to make it performant enough with the kind of large blur radius that I wanted.

02.05.2025 16:52 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Post image Post image

Spent the last week implementing a bloom filter to my game. Would've taken 5 minutes with Unity or some other sensible game dev stack rather than the fully custom Rust stack that I have. But I enjoyed every minute making it! 😁

02.05.2025 16:48 β€” πŸ‘ 5    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Fun fact: I've made most sound effects to the game by tapping on various surfaces around the house. πŸ˜…

23.03.2025 20:31 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image

This was a productive game dev weekend: recorded footstep and ladder climbing sounds, composed a new background music and managed to tidy up the code too! jouko.itch.io/tiny-climber

23.03.2025 20:29 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Inspired by Animal Well, I have wild ideas of turning the game into a metroidvania. I've been a bit stuck for a while trying to extend the game as a precision platformer. Maybe the grappling hook mechanic would work better for exploration than precision platforming.

23.03.2025 06:28 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Screenshot of the mountain peak in Tiny Climber with a tree at the top and a bird sitting on it

Screenshot of the mountain peak in Tiny Climber with a tree at the top and a bird sitting on it

Lately been adding some eye and ear candy to Tiny Climber. This scenery now opens up to you when you reach the peak of the mountain. Still don't know how the game should end. πŸ€” jouko.itch.io/tiny-climber

23.03.2025 06:28 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Preview
The Balatro Timeline β€” LocalThunk It’s been approximately 3 years since I began work on Balatro - and in that time I have personally documented almost nothing about the journey. This is something that has bothered me since the game la...

I've had parts of this written down for a while - but I thought it was about time to document the detailed version of what happened during Balatro development

localthunk.com/blog/balatro...

07.03.2025 02:22 β€” πŸ‘ 4202    πŸ” 1055    πŸ’¬ 112    πŸ“Œ 103
Join the Helsinki Indie Game Dev Discord Server! Check out the Helsinki Indie Game Dev community on Discord - hang out with 5 other members and enjoy free voice and text chat.

I've started a public discord server for Helsinki-based indie (and aspiring!) game devs

discord.gg/XU7GVEfe

#helsinki #gamedev #indie

16.02.2025 08:38 β€” πŸ‘ 5    πŸ” 2    πŸ’¬ 0    πŸ“Œ 0
Post image

Made the swoosh sound with Oscillot modular synth. πŸ€“

15.02.2025 20:31 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Video thumbnail

Working on a boost mechanic for my game. Feels pretty nice already, but needs more juice!

15.02.2025 20:29 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 1

Now, here on Bluesky, I'm slowly and carefully letting myself engage again, but I'm constantly being wary and expecting everything to turn to shit again.

15.02.2025 11:53 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

I remember how long time ago, liking or reposting on social media felt like a good and harmless thing to do. Then social media turned into a weird shit show and I became cynical about it and stopped engaging entirely.

15.02.2025 11:53 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Preview
Tower Wizard by Barribob Construct the mightiest wizard tower!

This little incremental game feels quite fun! Having not played incremental games before, I was confused at first, but then it sucked me in. barribob.itch.io/tower-wizard

15.02.2025 07:33 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

This is great, I want in! I’m working on a little game all by myself and intend to keep at it for a long time.

12.02.2025 07:19 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Post image

If you want those itch.io views - start working on a horror game

tobaschco.itch.io/cheval

11.02.2025 08:30 β€” πŸ‘ 1    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0

Oh hi @tcbasche.bsky.social you're on Bluesky too! πŸ˜‚

11.02.2025 09:29 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0