Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quote maze #80

Open
5 tasks
donkirkby opened this issue Dec 20, 2019 · 0 comments
Open
5 tasks

Quote maze #80

donkirkby opened this issue Dec 20, 2019 · 0 comments

Comments

@donkirkby
Copy link
Owner

Interesting maze that starts in the top left and ends in the bottom right, snaking a quotation throughout the whole rectangular grid of letters.

  • find a public domain source of quotes, proverbs, or short poems
  • filter out quotes that contain problematic punctuation like apostrophes
  • filter out quotes with bad lengths, like prime numbers
  • lay out random snake
  • try to generate snakes with tempting false trails, but not too long (try using Markov chains)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant