Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(1 edit) (+1)

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

(+1)

Oh and learn to use object pools instead of instantiating and destroying at runtime. It's more efficient!

(+1)

thank for suggestion sir. I never know about objects pool before I have a lot to improve thanks 🙏 

(+1)

Yes I surly take this criticism to improve my skill. By the way, thank a lot for playing my game