I made a little game where you get a random screenshot of SpongeBob SquarePants and you have to guess which episode it is from.
Play the game at https://toseflo.github.io/spongebobguesser/
Thanks to V3ctoor for making the code of his Avatar Guesser game public.
- I used the website https://fancaps.net/search.php?q=spongebob&MoviesCB=Movies&TVCB=TV to get the screenshots for the game
- Save the screenshots in the python/screenshots folder with subfolders named SxxEyyPz for the season, episode and part in the episode
- Add the title of the episode to every language file in python/titles
- Run the python script with the correct paths. It should update randomframes, episode-titles.json and image-list.json
- The website should now show the new images
- Add a new language file to python/titles. The name of the file will be the name in the dropdown list
- Add the name of all episodes with the format SxxEyyPz: episode title
- Run the python script. The script will complain if an episode title is missing. It also creates the combined language with English in brackets
- The website should now have the new languages