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

Random mode: same string on both sides #20

Closed nico202 closed 8 years ago

nico202 commented 8 years ago

Hi, I built the game half an hour ago (after updating the translations). On level 4 I have an "i" on both sides. Writing "i" colors both so there is no a hidden space or something like that.

phikal commented 8 years ago

Fixed with 45f9eccf850bdcb2ff483ee2ff07450ae64a7c75.

The idea was easy (new Word class had problems with List.contains(o), so a new .equals(o) had to be written - that's all), but testing was hard. Tests should be implemented. See #21