Skip to content

An attempt to make an app/script that calculates the potential of a Spelltower board

Notifications You must be signed in to change notification settings

Sbrikky/spelltoweR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spelltoweR

An attempt to make an app/script that calculates the potential of a Spelltower board

Things needed:

  1. Way to create and input game boards:
  • OCR on a screenshot
  • Generate random boards
  • Type in a board
  1. Handle moves:
  • Define the letters of a move
  • Calculate score of a move
  • Create board resulting from a move
  1. Create algorithm to play a game (A complete set of moves)
  • Define algorithms to find possible moves
  • Define algorithms that find optimal way to determine moves to achieve highest score per board
  1. Plotting
  • Visualize moves by showing before, selected word and after
  • Visualize algorithms by showing the words being considered
  • Visulize game by showing all steps with a score
  1. Word lists
  • Word list with words that it's allowed to find
  • Check letters combinations against word list

About

An attempt to make an app/script that calculates the potential of a Spelltower board

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages