Skip to content

dado3212/cell-tower-solver

Repository files navigation

cell-tower-solver

Exploration of a generator and solver for https://www.andrewt.net/puzzles/cell-tower/

Sample solved grid:

Wordlist downloaded from https://www.andrewt.net/puzzles/cell-tower/assets/words.json as of June 6, 2022. Alternative wordlists downloaded from https://www.keithv.com/software/wlist/.

Color printing adapted from https://gist.github.com/iansan5653/c4a0b9f5c30d74258c5f132084b78db9.

With a new word list, run cd dictionaries; python3 helper.py to recreate the pickle file.

Run tests with python3 tests.py

Speedups gotten from profiling with python3 -m cProfile -s time main.py

Current speeds:

  • 1.005 for #??
  • 1.298 for #86
  • 0.959 for Custom #1

Potential Words count sizing

About

Exploration of a generator and solver for https://www.andrewt.net/puzzles/cell-tower/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages