Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/workshopper/regex-adventure
learn regular expressions with this educational workshop
https://github.com/workshopper/regex-adventure
Last synced: 5 days ago
JSON representation
learn regular expressions with this educational workshop
- Host: GitHub
- URL: https://github.com/workshopper/regex-adventure
- Owner: workshopper
- Created: 2015-08-11T11:23:10.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-01-27T23:39:01.000Z (almost 5 years ago)
- Last Synced: 2024-10-16T03:02:43.651Z (24 days ago)
- Language: JavaScript
- Size: 26.4 KB
- Stars: 230
- Watchers: 5
- Forks: 32
- Open Issues: 8
-
Metadata Files:
- Readme: readme.markdown
Awesome Lists containing this project
- awesome-starred - workshopper/regex-adventure - learn regular expressions with this educational workshop (others)
README
# regex-adventure
Learn regular expressions with this educational workshop.
# install
```
$ sudo npm install -g regex-adventure
```Then you will have a `regex-adventure` command:
```
$ regex-adventure
```To play these levels offline, you'll also want to install:
```
$ npm install quotemeta marked
```