Regex Blaster
mdp.github.io
Regex Blaster
1–10 of 58 posts
Re: Regex Blaster
#2https://mdp.github.io/2026/03/17/the-kids-are-alright-and-th...
Re: Regex Blaster
#3We made a similar game several years ago for the Pyweek game competition, but there wasn't the fun "letter invaders" style that this one has.
https://pyweek.org/e/RegExExpress/
I really like your implementation!
Might be good to limit some of the special operators to give more focus -- otherwise the early levels are a bit too solvable with ".*"
Re: Regex Blaster
#4Re: Regex Blaster
#5TL;DR: I think you should still learn regex, even though AI has made it a "useless" skill https://mdp.github.io/2026/03/17/the-kids-are-alright-and-th...
Let’s wait how affordable, available and good AI is when the companies turn to profit maximization and enshittification begins
Re: Regex Blaster
#6Re: Regex Blaster
#7TL;DR: I think you should still learn regex, even though AI has made it a "useless" skill https://mdp.github.io/2026/03/17/the-kids-are-alright-and-th...
Re: Regex Blaster
#8Re: Regex Blaster
#9Every vibe coded site is too dark and the text is too small.
Re: Regex Blaster
#10One usability request: after firing a regex, could the text box be cleared? It's not hard to hit Ctrl+A and start typing again, but it does add a bit of friction. (I can send a PR)