Need help?
<- Back

Comments (53)

  • ks2048
    Every vibe coded site is too dark and the text is too small.
  • ebergen
    I 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!
  • HanClinto
    Nice 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-more
    I 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?
  • freedomben
    Wow 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)
  • joshribakoff
    I cant even read this because most of the text is outside my phones viewport. Please test your stuff before posting it here.
  • m0d0nne11
    Cute. 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...
  • love2read
    Really 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.
  • baud9600
    Does 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?
  • pimlottc
    The 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.
  • freedomben
  • lasgawe
    Haha, 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
  • JanisErdmanis
    This is really funny ;D Gives Tetris vibes and is executed beautifully.
  • NooneAtAll3
    I wish it wasn't time-limited...
  • mrkramer
    This looks like something I would vibe code with Google's Gemini. Interesting concept.
  • UltraSane
    cool idea but it needs to get slower as the levels get harder
  • sublinear
    The page width is not responsive and unusable on mobile
  • brew-hacker
    Fun interactive game!
  • SilentM68
    Cool idea! I shall give it a try :)
  • mdp
    TL;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]