Skip to content

Game assistant to find all words in a 4x4 alphabet grid.

Notifications You must be signed in to change notification settings

praveenkulkarni1996/ruzzler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Game assistant to find all words in a 4x4 alphabet grid.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages