Automatic crossword generator!
🏳️🌈🇵🇱🇪🇺
Explore the docs »
- Table Of Contents
- About The Project
- Built With
- Getting Started
- Roadmap
- Contributing
- License
- Contributors
- Acknowledgments
Platyrhynchos is a project centered around creating word-centric crossword generation algorithms. This can be viewed as an alternative to methods that focus on generating matrices filled with letters and mutating them to make them into crosswords.
Currently, we are investigating a "smart" word insertion method that finds the worst rows and columns and tries to improve their score. Currently, we have implemented a direct search algorithm that works by finding the best word to insert into the row/column and then inserting it. This is repeated until the score of the crossword cannot be improved.
- Python
- Poetry
- Pyodide
- PyTest
- functiontrace
- Webpack
- Supabase
- Move to
app
directory - At the same time, run
npm run serve
andnpm run pywatch
. This will start a webpack server and a Pyodide build watcher. - Open
localhost:8080
in your browser (although, it should open itself).
- Make sure to have Python 3.10 and Poetry installed
- Run any of the scripts using
poetry run ...
See the open issues for a list of proposed features (and known issues). We also use the GitHub Projects tab to track the progress of the project.
Any contributions you make are greatly appreciated, but please make sure to get in contact with the authors:
- If you have suggestions for adding or removing projects, feel free to open an issue to discuss it, or directly create a pull request after you edit the README.md file with necessary changes.
- Please make sure you check your spelling and grammar.
- Create individual PR for each suggestion.
- Please also read through the Code Of Conduct before posting your first idea as well.
- Clone the project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Add tests and make sure they work!
- Describe them on our wiki (you can also add doctests there :D)
- Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request, add reviewers
Distributed under the CC Attribution NonCommercial ShareAlike 4.0 International License. See LICENSE for more information.
- ShaanCoding - Built ReadME Template
- ImgShields
- Exolve
- Cryptic Crossword Clues dataset