December 23rd, 2006, 12:31 AM
-
Making a map
Hello, Im wondering how people have done there maps in games? I saw an RPG allegro tutorial where they put their map into an array. It was like:
1, 1, 1, 1, 1, 1, 1, 1,
1, 2, 2, 2, 2, 2, 2, 1,
1, 2, 3, 2, 2, 2, 4, 1,
1, 2, 2, 2, 2, 2, 2, 1,
1, 1, 1, 1, 1, 1, 1, 1,
Where 1 equaled wall, 2 equaled grass, 3 equaled the player and 4 equaled the enermy. And did it like that.
What other ideas have people got to work?
- Cheers, Daniel
December 23rd, 2006, 08:46 AM
-
Hi,
have a look at this linky. Numerous articles on creating maps.
Displeaser
Vi Veri Veniversum Vivus Vici.
December 23rd, 2006, 01:40 PM
-
c-a-n-y-o-n
go to the level design part, that is some1 who can map, if u want to learn like them, on that website, click the about page and his information is there
December 25th, 2006, 05:56 PM
-
Thanks for all your help. I'm looking at those links now.
- Cheers, Daniel