feat: adding a crossword puzzle generator to the game

This commit is contained in:
Lucas Oskorep
2024-09-02 01:59:39 -04:00
parent f9556804d7
commit 9ba6ae33d3
10 changed files with 94 additions and 26 deletions

4
regex.csv Normal file
View File

@@ -0,0 +1,4 @@
^(?!.*(.).*\1)[abcdefghijklmnopqrstuvwxyz]+$
^(?!.*(.).*\1)[hijklmn]+$
^(?!.*(.).*\1)[opqrst]+$
^(?!.*(.).*\1)[uvwxyz]+$
1 ^(?!.*(.).*\1)[abcdefghijklmnopqrstuvwxyz]+$
2 ^(?!.*(.).*\1)[hijklmn]+$
3 ^(?!.*(.).*\1)[opqrst]+$
4 ^(?!.*(.).*\1)[uvwxyz]+$