Click here to Skip to main content
15,902,634 members

Comments by Denis Hristov (Top 9 by date)

Denis Hristov 12-Dec-21 9:34am View    
Hey, Bill

Thanks for replying and being so descriptive once again. I did in no way mean to ask you to write code for me, nor my teammates haha. I simply wanted someone to point me in the right direction, since we've been stuck on this for a while now and we haven't been able to get any help from other sources. Thank you in advance and I wish you a wonderful rest of your day! :)
Denis Hristov 12-Dec-21 3:23am View    
Hey, not so sure about the first bit. (would have to consult with my teammates)

But I do want the code to be able to check for errors in any size grid, since the application we're making includes 3 difficulties. (Easy, Medium and Hard) While the difficulty only changes the size of the subgrids, (2x2, 2x3, 3x3) there is still a total of 4 subgrids on every level.

Hope that helps! :)
Denis Hristov 6-Dec-21 22:28pm View    
I have added the requested things, except the WPF/WinForms one - no clue what that is as I am new to Unity in general. I have also commented pretty much everything in the GenerateGrid script, so I hope it could make it clearer to understand my intentions.
Denis Hristov 6-Dec-21 12:47pm View    
Hey, Gerry! So what you are saying is to basically try and edit the code of a 2D logic for the game if I happen to stumble upon it on the internet? I seriously don't know how to code such a big task myself, so that's why I'm relying on sites like this, as well as YouTube haha.
Denis Hristov 6-Dec-21 12:41pm View    
Hey! Hope you slept well. Are these plugins used to fill in code for you for specific functions? That's what I understood from it, at least. Also, I didn't understand whether or not you'd like to see the GenerateGrid script.