Live data from Hacker News

Solving: Wordscapes with Python

github.com

1–2 of 2 posts

Re: Solving: Wordscapes with Python

#2
My 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.

https://pyenchant.github.io/pyenchant/install.html