Alright so I was beside @Allekid when he was playing . The gameplay itself isn't anything spectacular but as far as i can see, everything works and it looks pretty darn nice so that's good! However, let's talk about the behind the scenes stuff. So as you know, you uploaded the entire project file. We took a looksie and I gotta say some things so I can help you out a lil. So firstly, your naming convention is extremely inconsistent, some variables are in PascalCase and some in camelCase which is a really bad practice. Secondly, you should put all your scripts in the scripts folder, that's just for organisation but it's not a big deal cuz it's a jam :). Next, your scripts are very uneccessary as many of them only do one thing, for example you have a script that only sets text for one tmp component in start. Lastly, having everything in one scene is terrible for organistion, try and split it up. Overall it's a good effort but the background stuff needs to have more care put into it.
Well done and hope you take this criticism to heart :D