Skip to content

thylong/regexrace

Repository files navigation

RegexRace

image

RegexRace is a small game to test your POSIX Regex writing skills.

Installing

$ git clone git@github.com:thylong/regexrace.git
# OR
$ go get github.com/thylong/regexrace

Quick-start ==========

$ 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 ./...