mastodon.gamedev.place is one of the many independent Mastodon servers you can use to participate in the fediverse.
Mastodon server focused on game development and related topics.

Server stats:

5.4K
active users

#devdiary

1 post1 participant0 posts today

I'm back to #Elm and I'm toying with the idea of writing a little point & click adventure game using Elm Narrative Engine (package.elm-lang.org/packages/) and Elm Canvas (package.elm-lang.org/packages/) packages. There's a lot to chew: I need story, graphics (think about something like Maniac Manson) and code. Given my background, code is the easy part. Or at least, I know where to find answers. Right now I'm working on the other two. I've found that ChatGPT and friends are good to develop story ideas and dialogs. I'm revisiting Aseprite for graphics. That's gonna be tough. Pixel art isn't easy. I expect the project will take months and months, but I have time. I'll post progress here on Mastodon. Here we go!

Tasks for the week:

1) Find a reasonable alternative to #reCAPTCHA. Ideas I have so far: put everything in a manual approval queue; hard rate limit; make user do some simple yet niche task that probably (🤞) can't be easily automated.

2) Find a cheap transactional #email service with reasonable terms that isn't run by an awful company. Or otherwise: have a manual button for sending semi-automated emails at significant intervals over normal authenticated SMTP.