troet.cafe ist Teil eines dezentralisierten sozialen Netzwerks, angetrieben von Mastodon.
Hallo im troet.cafe! Dies ist die derzeit größte deutschsprachige Mastodon Instanz zum tröten, neue Leute kennenlernen, sich auszutauschen und Spaß zu haben.

Verwaltet von:

Serverstatistik:

7,1 Tsd.
aktive Profile

Mehr erfahren

#love2d

4 Beiträge4 Beteiligte0 Beiträge heute

Wednesday is my #DaddyDay (mom is working and I'm not so I can play with my son), but now he's getting used to primary school joining half days there. Weird stuff, but it did give me time to make some refactoring adjustments to the job system of my game. If-else if-else-stuff is replaced by a for loop over a table (that's what arrays are called in lua) pretty happy with that as a start.

It's always.... nice... to find out that when you, the non-mathematician are trying to get a world space position when you only have a view port position, the very library you use to get in this mess also has a function that does just that. And now the evening is almost over. But I got it working!
#love2d #GameDev

Trying to finish my submission to the #love2d 2025 jam. For the theme of 'plan', I've made a game about answering timed emails (typing game style) where you have a calendar and a file browser to find the correct info to respond with. But, it's a bit flat rn.

The idea was the 'fun' would come from the panic of trying to find all the correct info (and type it) in time while being bombarded with new emails. I'm *sure* it can work, but keeping to the jam time limit is going to be hard.

I've finished writing v1 of my "Intro to Game Development for Teens" for the camp I'm teaching this week.

The instructions are available for free and after this week I will also be writing a free teacher's guide if anyone else wants to go over this with their class or kids or whatever else.

(It's "for teens" because you need knowledge of the x, y coordinate plane and the guide covers the distance formula.)

moosadee.gitlab.io/courses/kid

#gamedev#love2d#lua

In the last two weeks, I made a computer adaptation of the historic #BoardGame The Landlord’s Game (which is #PublicDomain). It is the predecessor of #Monopoly.

It is clunky and ugly, but it almost works. This is the first time I used #LÖVE, and it shows. 😅

The game logic is surprisingly complex with many obscure features.

▶️ Link: codeberg.org/Wuzzy/Landlords_1
(read the README otherwise you won't understand a thing)