maces-game

Homepage: https://github.com/pawelbx/anagram-game

Author: Pawel Bokota

Updated:

Summary

Another anagram game

Commentary

To play game run the function `maces-game'
This game was inspired by the New York Times puzzle game
"Spelling Bee." The idea is to create words out of the given
seven letters.  You can use each given letter multiple times.  The
longer the word you create, the more points you earn.

Installation:

(require 'maces-game)

Dependencies