Currently search box relies on TMDB api for search results, then filters those to ones in the movie list. This can result in the target movie not being searchable from the search box, so the game is unwinnable.
Storing all guesses locally and then pulling from there will ensure all options are guessable and also reduce the amount of API calls.
Currently search box relies on TMDB api for search results, then filters those to ones in the movie list. This can result in the target movie not being searchable from the search box, so the game is unwinnable.
Storing all guesses locally and then pulling from there will ensure all options are guessable and also reduce the amount of API calls.