Playing with Sprite Kit for the first time - Simple words game
Details:
- Read words and solutions from json files
- Draw a path while the user drags his finger between the tiles of the grid
- Display the word formed by the tiles' letters in the path
- According to the solutions, show if the selected word is correct or not
- Generate random board with variable grid size
To Do:
- Precompute the solutions