Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phikal/regex
A Regular Expression game for Android
https://github.com/phikal/regex
android fdroid game puzzle regular-expression
Last synced: about 2 months ago
JSON representation
A Regular Expression game for Android
- Host: GitHub
- URL: https://github.com/phikal/regex
- Owner: phikal
- License: gpl-3.0
- Created: 2015-07-26T20:45:50.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-02-21T19:54:10.000Z (almost 3 years ago)
- Last Synced: 2023-02-27T09:11:27.526Z (almost 2 years ago)
- Topics: android, fdroid, game, puzzle, regular-expression
- Language: Java
- Homepage: https://f-droid.org/en/packages/com.phikal.regex/
- Size: 624 KB
- Stars: 94
- Watchers: 10
- Forks: 9
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ReGeX is a Android game that's all about ["Regular Expressions"][regex].
In different modes the user can try to solve tasks, which range from
having to match only certain strings but not others, or extracting
parts of a string with a regular expression, making it enjoyable (under
a certain definition of pleasure) for beginners and people with more
experience alike.More information can be found on the [project homepage][website],
the app can be downloaded from [F-Droid][fdroid], and most of the
development (including issues and suggestions) is to be found on
[GitHub][github]. ReGeX is published under [GPLv3][license].[regex]: https://en.wikipedia.org/wiki/Regular_expression
[website]: https://github.com/phikal/ReGeX/wiki
[fdroid]: https://f-droid.org/packages/com.phikal.regex/
[github]: https://github.com/phikal/ReGeX
[license]: ./LICENSE