Post #4322512
2026-07-30 07:15 UTC
i got enough working that the game is technically playable now :D
there's a bunch of polish stuff i want to do before i'll be putting it online though
Replies (1)
-
@aeva@mastodon.gamedev.place 2026-07-30 07:18
the cool thing about my earlier version of this that I built in Tangerine is even though the presentation and interaction code was interlaced with the game logic, because I modeled it as a state machine it didn't really matter - I could just make a thing that called the click callback handler with the right data, and a thing to draw the current board state and that was enough. tons of random shit is just commented out and it all still works :D