Solving: Wordscapes with Python
github.com
Solving: Wordscapes with Python
1–2 of 2 posts
Re: Solving: Wordscapes with Python
#2My wife got my hook on the game wordscapes on our iPhones.
I will continue to play without this program, but, I figured it would be really easy to 'beat' the game with a quick python program.
The key is two python libraries: PyEnchant (relies on the Enchant C library) and 'itertools' from the Python standard library.