Skip to content

wizardofozzie/alphabear-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alphabear Solver

Modified from here for use with iOS Pythonista 3

A simple python script that is intended to be used to solve game boards on the mobile game Alphabear by Spry Fox.

Can also be used as a Countdown with an arbitrary number of letters, not just 8 like in the game show.

Uses a dictionary, generated to map.json, from dictionary.txt. It's the "official" SOWPODS dictionary with a few changes from the Alphabear changelogs.

Usage

To use this script, you'll need Pythonista 3 installed.

  1. Make sure you have a ton of words in dictionary.txt, one word per line. A wordlist is included here but you can modify it if you want.
  2. Run hashdict.py to create a hashmap map.json
  3. Run solver.py

Everytime you change/update the dictionary, you'll need to rerun hashdict.py

Todo

  • Fix word length filtering, based on this
  • Read letters from game input.
  • Calculate the actual in game points.

References

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages