From: wpp AT brinet DOT com Newsgroups: comp.os.msdos.djgpp Subject: Re: collision detection Date: Sat, 29 Aug 1998 01:04:37 GMT Organization: http://extra.newsguy.com Lines: 9 Message-ID: <35e752d2.1911758@cnews.newsguy.com> References: <01bdc7e2$786408c0$25c3b8cd AT scully> NNTP-Posting-Host: p-698.newsdawg.com To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk On 15 Aug 1998 00:20:45 GMT, "Cephaler" wrote: > On collision detection... I've worked out some algorithms to check for >collisions ... There must be a very simple solution, but what? > >- Cephaler - Perhaps a 2-D array with pointers to a linked list of wall objects to limit the number of tests based on the map segment the object being tested is in.