I'm wanting to use classes for my game.

I want to be able to move north, south, east, or west and while I move I want to see descriptions of the new areas that I am walking into.

Keep in mind that this is going to be a text base game (MUD).

I'm really confused with all of this code that the tutorial pasted for me.

I understand the public, private, and protected parts. I also understand the constructor and destructor.

I just am really confused on how to get my character to walk and see the descriptions I give for rooms.

Any help is appreciated.

-Nos