Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 446 Bytes

File metadata and controls

13 lines (10 loc) · 446 Bytes

#boggle

Boggle game created for academic purposes.

####Randomly chooses between two board configurations:

  • ['S', 'E', 'R', 'S', 'P', 'A', 'T', 'G', 'L', 'I', 'N', 'E', 'S', 'E', 'R', 'S']
  • ['G', 'R', 'E', 'P', 'T', 'N', 'A', 'L', 'E', 'S', 'I', 'T', 'D', 'R', 'E', 'S']

####Future work:

  • Create dice for better randomization of board.
  • Connect to dictionary API for larger word database.
  • Refactor for better object oriented code.