<- Back
Comments (53)
- ks2048Every vibe coded site is too dark and the text is too small.
- ebergenI played through the training level and it took me a minute to realize it's sub string/grep match. So in the first training level the pattern . matches everything when it feels like it should be .* to match all the characters of the enemies.The UI looks great!
- HanClintoNice game!We 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 ".*"
- 1-moreI don't understand the first "combat" level. There's no real defining pattern separating the good from bad hex strings, so it's just a typing speed contest to type all the enemy patterns, right? What am I missing?
- freedombenWow really cool! Genuinely fun, and educational at the same time.One 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)
- joshribakoffI cant even read this because most of the text is outside my phones viewport. Please test your stuff before posting it here.
- m0d0nne11Cute. I had a crack at it but for me the fatal flaw is having to specifically delete the last regex before entering the next one, especially as the action gets tight. Each regex should go away once it's submitted, duh...
- love2readReally fun. I just wish that stats were saved in localhost (like combat mode progress) and that esc instantly ended the round if you know you will lose.
- baud9600Does not render correctly on iOS (mobile Safari)? It’s a fixed Desktop view and you can’t pinch to zoom as needed. It takes effort to prevent mobile users like this! Do others get this experience?
- pimlottcThe colors are difficult for colorblind people. Orange/green is difficult already, and then green turns into red depending on the state? Ugh. Looks fun but unplayable for me.
- freedombenSource code!: https://github.com/mdp/regex-blaster
- lasgaweHaha, this is nice. I'm bad at regex most of the time. Playing this felt like when I first switched from Visual Studio to Vim. it’s a bit of a learning curve. It’s an interactive game btw
- JanisErdmanisThis is really funny ;D Gives Tetris vibes and is executed beautifully.
- NooneAtAll3I wish it wasn't time-limited...
- mrkramerThis looks like something I would vibe code with Google's Gemini. Interesting concept.
- UltraSanecool idea but it needs to get slower as the levels get harder
- sublinearThe page width is not responsive and unusable on mobile
- brew-hackerFun interactive game!
- SilentM68Cool idea! I shall give it a try :)
- mdpTL;DR: I think you should still learn regex, even though AI has made it a "useless" skillhttps://mdp.github.io/2026/03/17/the-kids-are-alright-and-th...
- neonsunset[dead]