added an example of how to serve boggle over flask #1
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi Aaron,
Feel free to ignore this, but a student of mine just asked me in a session today about how to serve Boggle over the web, and I liked the idea. So after the session I've tidied up the code a bit and decided to keep it for the future.
I'm not sure if there is a real need and if so how this should be prioritised, but perhaps this can serve as a cool example later on in the module - revisiting Boggle and going over the basic code of serving the module with Flask.
And as a possible challenge, we could have them improve the way it looks. And as a hard bonus challenge maybe even change the code (including in boggle.py) to show the actual path on the grid when you hover over each of the words in the list.