RegexRace is a small game to test your POSIX Regex writing skills.
$ git clone [email protected]:thylong/regexrace.git
# OR
$ go get github.com/thylong/regexrace
$ docker-compose up
- Built-in questions
- POSIX Regular expressions
- Player name in Leaderboard
- Token-based anti-cheat system
(Likely to come soon)
- Social functions
- Analytics
go test ./...