Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1003 Bytes

File metadata and controls

26 lines (17 loc) · 1003 Bytes

WordSearch

A simple Sinatra application that creates a word search puzzle from the given words.

I used this as a learning application for my 7 year old. I would pose a problem, he would come up with the general concepts for how to solve the problem and then I would showed him how he might implement it.

Constraints

  • Puzzle is 10x10
  • No more than 8 words per puzzle
  • Words must be 2-10 letters; only alphabetical characters

Feature List

  • Specify puzzle size
  • More words
  • Save a puzzle; or at least get back to it

Author

Created by Ethan Miller and his father Curtis Miller of Flatterline, a Ruby on Rails development company.

License

This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.