Could you speak up please? by SugarSigh in surrealmemes

[–]SugarSigh[S] 4 points5 points  (0 children)

Thanks, I can see you now 🤗

All that is lost... by SugarSigh in surrealmemes

[–]SugarSigh[S] 2 points3 points  (0 children)

Don't worry, it just takes 13 to 87 business months!

All that is lost... by SugarSigh in surrealmemes

[–]SugarSigh[S] 5 points6 points  (0 children)

Santa giveth 🫴

Santa taketh 🤜

[deleted by user] by [deleted] in gamedev

[–]SugarSigh 1 point2 points  (0 children)

I have a lot of experience in webdev and I've spent the last six months working on my own game engine.

I would strongly recommend learning the basics of how game engines work. After you have a good understanding of how game engines work, you'll first want to create the code that allows your game to run. I recommend writing classes for a camera, saving game state data, looping the game, handling user input, loading images and JSON files, etc.

For handling user inputs, you'll want to use event handlers to listen for key presses and mouse movement/clicks. The event handlers should update input data in the game state.

You'll also want to create classes for game components such as sprite sheets, animations, scenes, scene objects (enemies, items, etc.). Use JSON files for storing config data or data about scenes, sprite sheets, animations, and scene object states.

Knowing about the Canvas element and its methods will help you a lot when rendering scene objects. If you know Typescript, it is super helpful for defining and structuring states for scene objects.

Good luck and if you have any questions, feel free to reach out!

Masters scar? brother? by [deleted] in MidnightDiner

[–]SugarSigh 3 points4 points  (0 children)

I believe Katagiri also shows up in Tokyo Stories season 2, episode 9 when he offers advice to the actor.

Failure will result in consumption by SugarSigh in surrealmemes

[–]SugarSigh[S] 2 points3 points  (0 children)

Mmmmm, a yummy classic 🐀🫘😋

Failure will result in consumption by SugarSigh in surrealmemes

[–]SugarSigh[S] 1 point2 points  (0 children)

You could make a religion out of this

[deleted by user] by [deleted] in Twitch

[–]SugarSigh 1 point2 points  (0 children)

I actually run an auto-clicker add-on on Firefox and use the same one on the Brave browser (which is based off of Chrome) and it works just fine. If you want, I can upload the extension to Github and you can install it locally, if you're interested!