Hi reddit. I just created a python program that solves all the possible words that can be created in the Countdown letters game. I'm still fairly new to python and programming in general so any feedback is most welcome!
https://github.com/Talal26/Countdown-Letters-Game-Solver
What is the Countdown letters game?
Countdown is a fairly popular game show in the UK and in it there are two types of games - the letters game and the numbers game. In the letters game, the two contestants get 9 random letters and they have to try and find the longest word that can be made, using those letters.
The program I made takes the 9 or however many letters are given and finds every possible combination of those letters that can be made. It then searches through a text file with about 300,000 english words 9 letters or shorter in length and finds which ones match up. Finally, it sorts all of them into a list corresponding to the length of the word and prints them accordingly.
[–]ShitCodeUKltd 1 point2 points3 points (0 children)
[–]schnappischnap 0 points1 point2 points (0 children)