C++ map
Posted: Wed Nov 04, 2009 11:10 pm
Hello i was wonder how to make a map for my rpg that im going to code in c++
as in a map i want an environment that you can move a character like a "o"
but the map should look something like
**********************************************
* !!!!!!! !!!!!!!! *
* !! !! [------] *
* ^^^ [ ] *
* [------] *
* ^^ *
* ^ ^^^^ *
* ^ ^ o *
* ^^ ^^ ^^^ ~~~ *
* ~~ ~~~ *
* ~~ ~~ *
**********************************************
and the "o" can move around and if it enter something like the !! !! then it goes to a town.
as in a map i want an environment that you can move a character like a "o"
but the map should look something like
**********************************************
* !!!!!!! !!!!!!!! *
* !! !! [------] *
* ^^^ [ ] *
* [------] *
* ^^ *
* ^ ^^^^ *
* ^ ^ o *
* ^^ ^^ ^^^ ~~~ *
* ~~ ~~~ *
* ~~ ~~ *
**********************************************
and the "o" can move around and if it enter something like the !! !! then it goes to a town.