From: "jdevoy" Newsgroups: comp.os.msdos.djgpp,rec.games.programmer Subject: Re: help me please, tile based editor Date: 28 Jul 1997 18:02:43 GMT Organization: Enterprise PLC - Internet Services Lines: 29 Message-ID: <01bbc4fa$2c27e220$7ac448c2@john> References: <01bc9a54$566f5b00$3e3d31cf AT default> NNTP-Posting-Host: ppp376.enterprise.net To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Ive got one, I can help if you tell me what language your using! David Jenkins wrote in article ... > In article <01bc9a54$566f5b00$3e3d31cf AT default>, Majisun > writes > >I need to figure out how to make a tile-map-editor, could you help. You > >could do this several ways, such as: > > > > 1. Send me code for a tile-based editor you wrote > > 2. Reply to me, and explain how to make one especially things like > >saving > >info to a file. > > 3. Refer me to a good book/tutorial that will help me get a hold on > >tile-based editing and programming. > > > > I'm part way through writing one. Look in the URL below. > > For now, I'm just saving the maps as .pcx files. Simplest way, just plot > the data in the maps array to a screen/buffer and save it as a .pcx. > > -- > http://www.jenkinsdavid.demon.co.uk for C programmers. > David Jenkins > >