Skip to content

sergiambel/WordsGame

 
 

Repository files navigation

WordsGame

:::Word Search Game for Android:::

The game is still far from complete.

For now: - the words are successfully being fetched from a file, into an Array of Strings. - a 2D character array 'puzzle[][]' would be the final puzzle - addWord method takes a Word as an argument, and randomly places it into the character array. - the word would be placed either vertically, horizontally or diagonally. - after nearly 30% of the puzzle is filled with words, the fill method fills the empty spaces with random letters.

About

Word Search Game for Android

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%