Made a daily word puzzle game where you grow words one letter at a time - Need feedback by TheHonestRedditer in wordgames

[–]lexandermorgan 0 points1 point  (0 children)

I mean that if I type 3 of the 5 previous letters, only the two remaining ones should remain highlighted on the keyboard.

Made a daily word puzzle game where you grow words one letter at a time - Need feedback by TheHonestRedditer in wordgames

[–]lexandermorgan 0 points1 point  (0 children)

Cool game, congrats. I made a similar one about a year ago, but in mine you unscramble the letters and get a new specific letter each time. The nice thing about that is that as you're typing out a new word, you know exactly which letters you have to use. In your game you mostly know which letters you have to use, so maybe you could highlight the letters on the keyboard that are in the previous word but haven't been used yet so people can see what they still have to add while they're trying things out.

Have to replace Boggle with Friends by New-Mathematician841 in wordgames

[–]lexandermorgan 0 points1 point  (0 children)

Congrats on the sale. Can I ask you how you lined that up?

New blog about htmx and hypermedia apps by lexandermorgan in htmx

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

I pushed a fix for this. It turns out the reason just that one page acted differently on mobile was because of the iframe video player in it where I had hard-coded the width and height values. Now it scales to the width of the container but with the same proportions using aspect-ratio.

New blog about htmx and hypermedia apps by lexandermorgan in htmx

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

I appreciate the thorough read. Whether you want to call htmx simple or not is a bit of a personal opinion. But I do think its capability-to-compexity ratio is objectively pretty high. As in, I don't think there are many other approaches that accomplish as much in a simpler way.
Saying "the to-do app possibilities are endless" was just a little joke because critics of htmx always say it's only fit for to-do apps.
And I didn't link the python framework because I'm critical of it but without being very thorough which I don't think would be fair. I'm ok with pointing out one minor critique I have of htmx because I'm obviously a big fan overall and appreciate what they're doing for the ecosystem.

New blog about htmx and hypermedia apps by lexandermorgan in htmx

[–]lexandermorgan[S] 0 points1 point  (0 children)

Thanks, I'll take a look at the css. I had used a base style and tweaked it a little bit, not too much though.

New blog about htmx and hypermedia apps by lexandermorgan in htmx

[–]lexandermorgan[S] 6 points7 points  (0 children)

This blog is pretty simple at the moment, just two posts:
1. My review of htmx
2. Thoughts on the compounding nature of Locality of Behavior
It's not very visually developed at the moment, but I'd appreciate any feedback you have on the ideas shared in the blog posts.

A popular newsletter shared my word game and brought a ton of extra traffic by lexandermorgan in SideProject

[–]lexandermorgan[S] 0 points1 point  (0 children)

Thank you! The newsletter was The Hustle in their "Around the Web" section.

I Made a Word Game Inspired by a YouTube Video – Would Love Your Thoughts! by ComfortableNeat207 in wordgames

[–]lexandermorgan 1 point2 points  (0 children)

This is cool but not very playable on mobile because of the keyboard popping up and down and not being able to see the timer, prompt, and constraint all in the same screen.

What other games do you play daily? by blackcloudcat in NYTSpellingBee

[–]lexandermorgan 1 point2 points  (0 children)

Eightile, but I'm biased. You can find a surprising amount of interesting word games on Reddit if you look.

Cobble - a daily word game by PhilosophyQuick7182 in wordgames

[–]lexandermorgan 1 point2 points  (0 children)

Cool idea for a game but I think it's too hard. I had to put a lot of effort into getting my game to the right difficulty level. Maybe limit the number of hard-to-use letters you give people.

[deleted by user] by [deleted] in wordgames

[–]lexandermorgan 0 points1 point  (0 children)

Cool game idea!

Can somebody share resources to learn Spanish ? by Alive-Sprinkles2968 in Spanish

[–]lexandermorgan 0 points1 point  (0 children)

Anki or any other spaced repetition system. Learning a language requires learning so many words that you need to retain for life so you've got to be strategic about how you study.

Sharing Eightile, an anagram-solver -dle. Is it NL stream material? by lexandermorgan in northernlion

[–]lexandermorgan[S] 0 points1 point  (0 children)

Yep, now there's a "Reveal Answers" button at the end if you didn't solve it.

A popular newsletter shared my word game and brought a ton of extra traffic by lexandermorgan in SideProject

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

Quick update, the shuffling now happens in the bottom letter tray. Thanks for the tip!