https://github.com/jbush001/crosswordpuzzle
Did this on a plane while traveling
https://github.com/jbush001/crosswordpuzzle
Last synced: 8 months ago
JSON representation
Did this on a plane while traveling
- Host: GitHub
- URL: https://github.com/jbush001/crosswordpuzzle
- Owner: jbush001
- License: apache-2.0
- Created: 2024-11-20T13:34:27.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-01-06T01:35:41.000Z (10 months ago)
- Last Synced: 2025-01-21T22:35:02.936Z (9 months ago)
- Language: HTML
- Homepage: https://jbush001.github.io/CrosswordPuzzle
- Size: 65.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
To generate a puzzle, edit clues.txt, then:
python3 mkpuzzle.py clues.txt 15
*In this case, 15 is the number of rows and columns.*
Run a local web server:
python3 -m http.server
Open a browser to