Skip to content

A python 3 based Wordament solver which solves the game using DFS and Trie.

Notifications You must be signed in to change notification settings

97amarnathk/wordament-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wordament-solver

A Python 3 based script to solve Wordament. Works by performing a DFS on the loaded Digram and comparing possible word combinations via Trie lookup.

  1. Update digram.txt with the current digram
  2. python solver.py
  3. Enter the output manually in wordament.

About

A python 3 based Wordament solver which solves the game using DFS and Trie.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages