❔ 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
line 213 includes the function in which i would like to create the puzzle
And what have you tried?
emm a lot of googling
What are you stuck with?
but nothing really covers what i need
Well you can't find a tutorial for everything
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
Too bad, you are using an object oriented programming language 😂
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
Then why not learn about classes? How can you stand out without learning and doing something extra?
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.