Skip to content

JayDwee/custom-anagram-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Custom Anagram Solver

image Created for HXCI competitions.

Previous HXCI event code

The SimilarWordsMessager was created for 'last comment wins'. Unfortunately this was banned from the competition within a minute of running it 😭

Speedrun Any%

First attempt: 11 seconds After which I caused code to be banned from all future HXCI events... oops

Modifying Custom Words

You can either change the values in hyperx.py, or you can create another file x.py containing a dictionary, then replace the hyperx import on line 6 of main.py with your new file name and dictionary name, importing as CUSTOM_WORDS.

Running the Program

python3 main.py

About

🔡 Solves anagrams against a given list

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages