GitXplorerGitXplorer
J

regex-crossword

public
302 stars
29 forks
6 issues

Commits

List of commits on branch master.
Unverified
d99ad05a6b2fac5b0b80f5c34aea6ed93bcb70b0

Revert change to how full matching is done.

JJimbly committed 4 years ago
Verified
6cc06eea96c2745c8826a0499b2fabd6f1f6c930

Fix for new GitHub Pages URL

JJimbly committed 4 years ago
Verified
5af802ba4a27b44ab5dc5f5d48b7ce44e8f2d676

Merge pull request #20 from hirachan/feature/fix_reset

JJimbly committed 4 years ago
Unverified
f3d0bd8f91b0b8fb34c8fa6fa30cd47d64cff5d9

fix `Uncaught TypeError: Cannot read property '0' of undefined` on Reset button.

hhirachan committed 4 years ago
Verified
cbd01dbf4060bfe751527e655011aa1becc75a7d

Merge pull request #19 from jacktose/patch-1

JJimbly committed 4 years ago
Verified
e2236d47e47683204f5bcfd3172e02dd23a726d0

make format description consistent

jjacktose committed 4 years ago

README

The README file for this repository.

regex-crossword

Implementation of a RegExp crossword.

View the current version at http://jimbly.github.io/regex-crossword/

Original puzzle written by Dan Gulotta for the 2013 MIT Mystery Hunt: https://web.mit.edu/puzzle/www/2013/coinheist.com/rubik/a_regular_crossword/ popularized through http://www.i-programmer.info/news/144-graphics-and-games/5450-can-you-do-the-regular-expression-crossword.html

TODO List

  • Auto-check against known solution
  • Allow choosing between multiple crosswords puzzles
  • Allow users to save their own puzzles and load other people's
  • Track time spent solving puzzle
  • Rotate buttons
  • Undo/redo