hermanschaaf / regex-crossword-solver

A regex crossword solver written in Go, for puzzles like the ones on regexcrossword.com

Home Page:http://herman.asia/solving-regex-crosswords-using-go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Regex Crossword Solver

ezgif.com-optimize.gif

A regex crossword solver written in Go. Regex crosswords are puzzles like the ones on regexcrossword.com. It's completely just for fun and learning.

For a full explanation of what's going on, read the blog post.

Does not yet:

  • support four-sided puzzles
  • solve puzzles containing backreferences
  • exemplify production-ready code
  • solve other kinds of puzzles
  • remember your birthday

...but maybe it will some day. Patches welcome :)

License: Apache License, Version 2.0

About

A regex crossword solver written in Go, for puzzles like the ones on regexcrossword.com

http://herman.asia/solving-regex-crosswords-using-go

License:Other


Languages

Language:Go 100.0%