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

Add string transform game mode #24

Open pgrudzinski opened 7 years ago

pgrudzinski commented 7 years ago

There could be string transformation mode that would display set of strings in two columns as it is now, but instead of asking player to match left strings and don't match right strings on right, it would ask them to transform right strings into left strings.

Regex input could be kept as is and use '/' to separate input from output or give two input fields to enter input and output regex.

Challenges could be randomly generated by generating random strings and randomly mangling them to create "transform to" column.

Transform tasks could constitute separate mode, or could be mixed with normal tasks.

phikal commented 7 years ago

I'll think about it. Definitely sounds interesting.