Icon

VIII - Worldle

Solution of the 8th JUST KNIME IT Challenge

Points to remember:Results might not match with KNIME solution Problem Statement:The challenge requires you to recreate the Wordle bar chart for three players. If you have never played Wordle, check this brief introduction to the game. Inthis challenge, you are expected to do the following:For the bar chart, each possible number of guesses (1 through 6) must be represented, as well as the number of victories by each player. Check this examplewith just a single player's data.Transform the number of guesses [1, 6] into a score [1,10], but remember that a higher number of guesses should result in a lower score. A missing guessmeans that the player did not manage to guess the word and therefore should receive a 0 score.Next, calculate the average of the three players. Who has the best average? My Learning:Nodes: Normalizer, Table Manipulator, Extract Table Specs, Table View Node 34Node 38 Ranking and scoring Eachgame on a scale of 10 Create Bar Chart andweighted Average Read Game Resultsand difficult words Points to remember:Results might not match with KNIME solution Problem Statement:The challenge requires you to recreate the Wordle bar chart for three players. If you have never played Wordle, check this brief introduction to the game. Inthis challenge, you are expected to do the following:For the bar chart, each possible number of guesses (1 through 6) must be represented, as well as the number of victories by each player. Check this examplewith just a single player's data.Transform the number of guesses [1, 6] into a score [1,10], but remember that a higher number of guesses should result in a lower score. A missing guessmeans that the player did not manage to guess the word and therefore should receive a 0 score.Next, calculate the average of the three players. Who has the best average? My Learning:Nodes: Normalizer, Table Manipulator, Extract Table Specs, Table View Node 34Node 38 Ranking and scoring Eachgame on a scale of 10 Create Bar Chart andweighted Average Read Game Resultsand difficult words

Nodes

Extensions

Links