major updates to the solutions
authorBenjamin Mako Hill <mako@atdot.cc>
Mon, 20 Apr 2015 17:44:22 +0000 (10:44 -0700)
committerBenjamin Mako Hill <mako@atdot.cc>
Mon, 20 Apr 2015 17:44:22 +0000 (10:44 -0700)
commit7b538ea99568eb4511b2b92e3f55193796017866
treea9afc78836264ab604655f4bcbabf5bec4e04990
parent715cf79efb1139d981e5716ed14f471fbeaddb2a
major updates to the solutions

- Moved everything over to Python3
- Upgraded scrabble.py and sowpods.txt to match the updated Python3 version of
  Wordplay
- Clarified and updated LICENSE file.
- Cleaned up markdown for README.md
- Reworked, tested, and cleaned up the solutions
- Added .gitignore file to ignore Python cruft
19 files changed:
.gitignore [new file with mode: 0644]
LICENSE [new file with mode: 0644]
License [deleted file]
README.md
scrabble.py
solution_1.py
solution_2.py
solution_2_advanced.py
solution_3.py
solution_4.py
solution_5_advanced.py
solution_5_easy.py
solution_6.py
solution_6_advanced.py
solution_7.py
solution_8.py
solution_8_broken.py
solution_9.py
sowpods.txt

Benjamin Mako Hill || Want to submit a patch?