Show HN: RegEx Face Off – Beat your friends with regular expressions
1–10 of 41 posts
Re: Show HN: RegEx Face Off – Beat your friends with regular expressions
#2Edit: There are also XSS issues with the player name, you can execute Javascript in the other player's window. That's not good. I confirmed this since an image I scripted to load via HTML (POC player name:
RickRe: Show HN: RegEx Face Off – Beat your friends with regular expressions
#3There seem to be some bugs with the timing mechanisms, probably some JS timeouts aren't properly reset, causing weird game behaviour like running out of time mid-game (the countdown still displaying 10+ seconds). Also correct answers aren't always acknowledged (all icons show the answer to be correct, however it doesn't result in that player winning the game). :)
Re: Show HN: RegEx Face Off – Beat your friends with regular expressions
#4Re: Show HN: RegEx Face Off – Beat your friends with regular expressions
#5Sorry, this will be a negative review. This is easily the most frustrating game I've ever played. I can't test parenthesis because it tells me my time 'ran out' with 45 seconds on the clock. I could barely type 4 or 5 characters. Edit: There are also XSS issues with the player name, you can execute Javascript in the other player's window. That's not good. I confirmed this since an image I scripted to load via HTML (…
Re: Show HN: RegEx Face Off – Beat your friends with regular expressions
#6Re: Show HN: RegEx Face Off – Beat your friends with regular expressions
#7Re: Show HN: RegEx Face Off – Beat your friends with regular expressions
#8Sorry, this will be a negative review. This is easily the most frustrating game I've ever played. I can't test parenthesis because it tells me my time 'ran out' with 45 seconds on the clock. I could barely type 4 or 5 characters. Edit: There are also XSS issues with the player name, you can execute Javascript in the other player's window. That's not good. I confirmed this since an image I scripted to load via HTML (…
Also, the UI is bad, there's a "match" column with a tick and an x, and you get the tick when you match good regexes and the x when you match bad ones. However, why is the column called "match", then? It should have the tick when a regex matches and the x when it doesn't.
Great idea, very frustrating execution.
Re: Show HN: RegEx Face Off – Beat your friends with regular expressions
#9Re: Show HN: RegEx Face Off – Beat your friends with regular expressions
#10My strategy of "capture the last two characters of each input in the accept group followed by $" hasn't failed yet, and is quick to input and requires no thought. Though I wouldn't say I'm practicing any practical RegEx skills doing so. :P