GitXplorerGitXplorer
J

regex-crossword

public
302 stars
29 forks
6 issues

Commits

List of commits on branch master.
Verified
21ff9a43c132e33bd20b94210e9c049bc06311f2

Fix multiple solutions on `digital` puzzle

JJimbly committed 2 years ago
Verified
4c463a18996c6981c53dd46d06cecc8220d054a8

Merge pull request #24 from emilyploszaj/master

JJimbly committed 2 years ago
Verified
313c10f29af19b5146dafb0d5ef77f4ee914409c

Adjust `colors` puzzle to have only one solution

JJimbly committed 2 years ago
Unverified
77b338e76d9c1ec345f636734c0406fdb5a30d79

Added 'Digital' puzzle

eemilyploszaj committed 2 years ago
Verified
e46ab36faf5320fc17875afa617cd9e6228eb029

Merge pull request #23 from PiggyPigCute/patch-1

JJimbly committed 2 years ago
Verified
794f545aac86778c62dc0cb67622fc7f091e04a1

Add new board

PPiggyPigCute committed 2 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