From: dsloan Newsgroups: comp.os.msdos.djgpp,rec.games.programmer Subject: Re: help me please, tile based editor Date: Sun, 27 Jul 1997 11:12:28 +0000 Organization: JavaNet Cafe Lines: 18 Message-ID: <33DB2D1C.1539@javanet.com> References: <01bc9a54$566f5b00$3e3d31cf AT default> Reply-To: dsloan AT javanet DOT com NNTP-Posting-Host: noho-us245.javanet.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Majisun wrote: > > 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. What programming language are you using? What OS? It seems to me that if you still need to learn how to read/write data to a file, tile based programming should not be your first concern. I suggest you get a good book on the basics of whatever language you are using and read and understand it before you try to tackle the rather complex problem of game programming. --- Brian