Skip to content

Commit

Permalink
Merge pull request #188 from ilonabudapesti/master
Browse files Browse the repository at this point in the history
add Boggle Solver specs
  • Loading branch information
ilonabudapesti authored Jul 25, 2018
2 parents a91a687 + c4e05cb commit 50b8e62
Showing 1 changed file with 42 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,47 @@ Bonuses:

Friday of Week 2: 27th of July, 2018 at 9:00am British Time

# Submission guidlines

Your code should return an object in the following format:

```python
result = {
"score": 143,
"words": [ "" , "", "", "", ... , ""]
}
```


Where there are two key-value pairs. The first pair has key = "score", and the value should be an integer. The second par has key = "words", and the value should be an alphabetically SORTED list of words.

# Dictionary

https://raw.githubusercontent.com/jonbcard/scrabble-bot/master/src/dictionary.txt

# Dice distribution

Use the ***New Version***:
https://www.boardgamegeek.com/thread/300565/review-boggle-veteran-and-beware-different-version

New Version | Old Version
AAEEGN | AACIOT
ELRTTY | AHMORS
AOOTTW | EGKLUY
ABBJOO | ABILTY
EHRTVW | ACDEMP
CIMOTU | EGINTV
DISTTY | GILRUW
EIOSST | ELPSTU
DELRVY | DENOSW
ACHOPS | ACELRS
HIMNQU | ABJMOQ
EEINSU | EEFHIY
EEGHNW | EHINPS
AFFKPS | DKNOTU
HLNNRZ | ADENVZ
DEILRX | BIFORX




0 comments on commit 50b8e62

Please sign in to comment.