Skip to content

NikitasMaragkos/Greek-Scrabble

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Greek-Scrabble

Scrabble cover image License: MIT

With this code you can play against the PC the game Scrabble in Greek.

CPU Options:

  • Min: Calculates all possible permutations and returns the one with the less ammount of letters.
  • Max: Calculates all possible permutations and returns the one with the most ammount of letters.
  • Smart: Calculates all possible permutations and returns the one with the highest score.
  • Smart-Fail: Calculates all possible permutations and returns the one with the highest score, but with a possibility of failing. In that case, it returns the next best solution again with a possibility of failing and so on.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages