phikal / ReGeX

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

game mode suggestion: paragraph extraction #48

Open Blue-Beaker opened 4 years ago

Blue-Beaker commented 4 years ago

paragraph extraction mode needs a text file to play(either online or local) the game will select some random paragraphs in the file as the goal, the player have to extract all the needed paragraphs with one expression while not extracting anything else. length of regex isn't limited but longer regex results in lower score.

phikal commented 2 years ago

(Sorry for taking so long to respond, my repository notifications were apparently disabled)

Are you thinking of regular text/prose or some artificially formatted text?

Blue-Beaker commented 2 years ago

Both will be good for this, but I prefer letting the player to select the text by themselves. Then the game will choose some random paragraphs from the text.