GDevelop-examples icon indicating copy to clipboard operation
GDevelop-examples copied to clipboard

Word Search Example

Open DOAmaster opened this issue 3 months ago • 0 comments

Describe the example

Word Search Example. Three words randomly selected from a global array of words and hidden in an 6x6 character grid. Useful for people learning how to manipulate strings for puzzle word games.

Checklist

  • [x] I've followed all of the best practices.
  • [x] My game has a proper name in the game properties.
  • [x] My game package name begins with com.example..
  • [x] My game has all events unfolded.
  • [x] I've added myself as the author in the game properties.
  • [x] I've included a file called "README.md" with a description in proper English, explaining what this example is doing.
  • [x] I confirm that this game and all of its resources can be integrated to this GitHub repository, distributed and MIT licensed.
  • [x] I've cleaned unused resources.

Game folder

WordSearchExample.zip

DOAmaster avatar Nov 13 '24 19:11 DOAmaster