Hello!
me and my friend are learning to make a basic game in c# ,so before I ask what I want to ask I'll tell what's the situation,we have like a little map which we get in the code from a notepad file and we have our character moving around and all and we would want know how can we get the char that we are on fro example this is the map :
################
################
################
and our character that we play with is * so what we want is that when our character lands on one of these #(# is just for example it could be any sign) it will remember what char we landed on ,the code if you can,I hope this is clear and if somebody knows how it will be great,Thanks
me and my friend are learning to make a basic game in c# ,so before I ask what I want to ask I'll tell what's the situation,we have like a little map which we get in the code from a notepad file and we have our character moving around and all and we would want know how can we get the char that we are on fro example this is the map :
################
################
################
and our character that we play with is * so what we want is that when our character lands on one of these #(# is just for example it could be any sign) it will remember what char we landed on ,the code if you can,I hope this is clear and if somebody knows how it will be great,Thanks