phikal / ReGeX

A Regular Expression game for Android
https://f-droid.org/en/packages/com.phikal.regex/
GNU General Public License v3.0
101 stars 10 forks source link

Question: why not matched #54

Closed mmahmoudian closed 2 years ago

mmahmoudian commented 2 years ago

I think this should be correct what am I doing wrong?

Screenshot_20220603-182745~2

phikal commented 2 years ago

The game requires the regular expressions to match the entire word, not just a substring. Your attempt would only match strings of the form L, LL, LLwL, wLLL, wwwww, etc.

mmahmoudian commented 2 years ago

You are right. It would be nice to show somehow that it has matched substring but not the full words. Right now it seems regardless of what I have typed, nothing is happening. That was my source of confusion.

Thanks for this simple and yet engaging game

phikal commented 2 years ago

I plan to rewrite the game some day (see #47), when that happens I will keep that in mind.