C
C#2y ago
shuffle

❔ Back again, fairly new to csharp and would like to get some help with 2d arrays

Hey im trying to include a puzzle room in my assignment in which the player has to move an object to the finish line in a 2d grid via writing up,down,left,right. I would like my assignment to stand out so any help would be appreciated https://github.com/Kuba-Kowal/Text-Based-Game/blob/main/Program.cs <-- Code can be found here
GitHub
Text-Based-Game/Program.cs at main · Kuba-Kowal/Text-Based-Game
Contribute to Kuba-Kowal/Text-Based-Game development by creating an account on GitHub.
11 Replies
shuffle
shuffleOP2y ago
line 213 includes the function in which i would like to create the puzzle
Denis
Denis2y ago
And what have you tried?
shuffle
shuffleOP2y ago
emm a lot of googling
Denis
Denis2y ago
What are you stuck with?
shuffle
shuffleOP2y ago
but nothing really covers what i need
Denis
Denis2y ago
Well you can't find a tutorial for everything
shuffle
shuffleOP2y ago
i was looking for articles and source code of another project but i dont really understand it as it uses things that i dont know like classes and what not and id prefer to somehow do this without classes if possible
Denis
Denis2y ago
Too bad, you are using an object oriented programming language 😂
shuffle
shuffleOP2y ago
i understand that haha, but im like brand new to the language and like i said i want to try stand out to my tutor
Denis
Denis2y ago
Then why not learn about classes? How can you stand out without learning and doing something extra?
Accord
Accord2y ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.

Did you find this page helpful?