Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 586 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 586 Bytes

Ruzzler

This is a tool to play ruzzle.

Usage

python main.py

and then type 16 lowercase characters. 'abcdefghijklmop' will correspond to the board

    abcd  
    efgh  
    ijkl  
    mnop  

a list of results will be returned like so

['jink', 'knife', 'fink', 'plonk', 'mink', 'jin', 'knop', 'kop', 'jo', 'fino', 'ink', 'glop', 'fie', 'fin', 'ef', 'if', 'lop', 'nim', 'fa', 'pol', 'ab', 'be', 'ba', 'mi', 'op', 'ae', 'in', 'no', 'lo', 'on']

Test

python tests.py