How to make a simple Map Editor
Posted: Sat Mar 03, 2012 9:28 pm
Hey indies!
Im currently using allegro to release the #5 of the "sequel" of my game: Shoot2Survive.
Im using a map system based on a file that has a sequence of numbers, like 1, 2 ,3, 4 and that.
So per example:
This is a basic map builded only with a tile.
So, what i want to make so i can make bigger maps is a simple map editor, that can edit a file and place the 1 and 2 and 3 as i say...
Do you guys have something in mind to help me?
Im currently using allegro to release the #5 of the "sequel" of my game: Shoot2Survive.
Im using a map system based on a file that has a sequence of numbers, like 1, 2 ,3, 4 and that.
So per example:
Code: Select all
1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
So, what i want to make so i can make bigger maps is a simple map editor, that can edit a file and place the 1 and 2 and 3 as i say...
Do you guys have something in mind to help me?