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

Explain regex chars and their functions ingame #10

Closed lightonflux closed 8 years ago

lightonflux commented 8 years ago

The game lacks explanation. People that hope to learn regex via this game will be disappointed.

An ingame explanation or maybe even tutorial would defiantly help for beginners.

phikal commented 8 years ago

The info popup mentioned in #9 could have two options: "Start game" and "show tutorial". The latter will introduce the player to the concept of regular expressions and how to play the game. Sounds good?

burningTyger commented 8 years ago

Might add a link to http://www.cheatography.com/davechild/cheat-sheets/regular-expressions/ which is optimized for mobile devices, too. Otherwise a NEAT idea for a game.

phikal commented 8 years ago

Added @burningTyger's link and fixed with 6aaed03e6f4d9aadb4f2ec17262ea58c904018ee and #9