Hey, you hardcoded the paths E:\JoinedTogether\Assets\ into the game. You should change that so that the path to the asset folder is relative to the current working directory. You could use os.cwd()
I fixed the paths locally and played through the game. I liked it :).
Things I'd change: The visibility of the objects is not that great. Make them stand out a bit more. Also you should add that you can reset with ctrl+R in the How to play text.
Congratz on submitting!