I have started a small project, that helps on-calc with creating tile-map based games. It has a part that helps with sprite drawing, and with tile-map making. I have it setup in mind to make it support scrolling maps, linear mulit matrix maps, and nonlinear mulit matrix maps. Once you draw your sprites, you can place them on the map, so it sets up the matrix for you.
I think I'm going to use the PicArc identity(1 command to store pictures for the sprites (that way you can use more than 0-9).
Any suggestions, questions?
Edit: I'm storing each individual matrix in an appvar for the maps of the multi matrix maps.
I think I'm going to use the PicArc identity(1 command to store pictures for the sprites (that way you can use more than 0-9).
Any suggestions, questions?
Edit: I'm storing each individual matrix in an appvar for the maps of the multi matrix maps.