regexrace
regexrace copied to clipboard
A small game to test your Regex writing skills.
RegexRace
.. image:: https://travis-ci.org/thylong/regexrace.svg?branch=master :target: https://travis-ci.org/thylong/regexrace
RegexRace is a small game to test your POSIX Regex writing skills.
Installing
.. code-block:: console
$ git clone [email protected]:thylong/regexrace.git
# OR
$ go get github.com/thylong/regexrace
Quick-start
.. code-block:: console
$ docker-compose up
Features
- Built-in questions
- POSIX Regular expressions
- Player name in Leaderboard
- Token-based anti-cheat system
(Likely to come soon)
- Social functions
- Analytics
Testing
go test ./...