Anton Klinger

@accidentlyAnton@mastodon.gamedev.place
195 Followers
191 Following
1.3K Posts
Still very mad at steam only reducing their 30% cut for the big earners, always felt like a slap in the face

@lertsenem indies pay 30%, but AAA get sweetheart deals that see them paying 10%

so the people with the least pay the most so that steam can take a smaller cut from AAAs to keep them on the platform, which means indies are effectively paying on behalf of AAAs

Some of my curvy pixel fonts! 💕

https://itch.io/s/107531/mega-font-sale

Just a heads up, my MEGA FONT SALE is probably going up in price again soon. ⚠️

Now is a great time to grab it! 🙂

#pixelart #ドット絵 #gamedev #indiedev

Pretty interesting story! For those curious about the video this is from, with the rest of the conversation, it's here: https://www.youtube.com/watch?v=5Um1JCzdvgo
https://mastodon.gamedev.place/@djlink/114834774467392881
Toy Story Action Game/Power Play (Windows, 1996) Walkthrough

YouTube
wow, the PC port of Toy Story was done by one programmer who was not given the source code and only the SNES graphics. He had to play the game over and over to replicate it by observation. https://bsky.app/profile/mayoraponte.bsky.social/post/3ltnt2ksl7s2f #gamedev
updated the dependencies for this Flutter project which meant that Firebase got bumped, which bumped the iOS plugin it brings in, which requires a newer version of Swift to compile, which requires a newer version of XCode to install, which means I need to upgrade MacOS
Yay, A Solitaire Mystery is now out on Steam for PC/Mac/Linux! https://store.steampowered.com/app/3743220/A_Solitaire_Mystery/
Steamで10% OFF:A Solitaire Mystery

A collection of mysterious solitaires. The solitaires included vary from fairly standard cardgames to funky reimplementations of other games in solitaire form.

UPDATE: Okay so the correct syntax, assuming you have a variable

B3? b;

and B3 is a value type such as a struct, is

if (b is B3 _b) {
// Non-null variable named _b now exists
}

However I also just in replies learned something WILD, which is if you don't remember or don't want to type the name of B3, you can just type

if (b is { } _b) {
// Non-null variable named _b now exists
}

and the compiler accepts that just fine and does the right thing. What on *earth*. C# is simply too big

—Things Heard At SGDQ 2025—
it begins!! welcome to my thread of favorite out-of-context sentence fragments I overhear from Games Done Quick hosts, runners and commentators!
#SGDQ2025
I see a few possible ways forward for me:
- focus on getting good at online multiplayer
- become a shader wizard
- getting good at quick prototyping in godot
- start writing my own engine in C#
- start writing my own engine but in C or some shit
×
I need a new cartridge of Kirby's Dreamland 2, this one is already full.
@accidentlyAnton Incredible
@accidentlyAnton If you like this one, Kirby Dream Land 3 and Kirby 64 share the same director. (Dream Land 1, Adventure, and Super Star are all by Sakurai and feel pretty different.)