/alphabear-solver

:bear:A script to solve Alphabear game boards

Primary LanguagePython

Alphabear Solver

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 Python 3 installed.

  1. Make sure you have a tone 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
  3. Run solver.py

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

Todo

  • Read letters from game input.
  • Calculate the actual in game points.

References