A Prolog prototype to automatically count points in the ordleg game by FlyingTiger
To run this software install SWI-Prolog by following the instructions available here
- Clone this repository
- Open a new terminal and launch
swipl ordleg.pl
from the root folder of the cloned repository - Query the predicate
ordleg(Word, Score)
as in
?- ordleg('hello', Score).
Score = 8.
to obtain the Score
corresponding to the specified Word