I'm new couple weeks, anyways, I have made a couple games, Flappy Bird, Snake, Sudoku, and with these I had main menu screens, Game over screens, Lose Screens, then suddenly when I try to go to code today, and play them again, it says FileNotFoundError: No file 'Snake/img/end.jpg' found in working directory, in my terminal...
I've tried everything, from full uninstall, full reinstall, i did the pathing, made sure everything ran right, my games without images work just fine. tried everything, then asked chatGPT, tried 10 - 12 more things, now I'm really stumped anyways, thank you much! I want to reiterate that no code changes took place, the code was untouched, yet wouldn't work
GameOverScreen = pygame.image.load('Snake/img/end.jpg')background = pygame.image.load('Snake/img/background.png')