From: Henri Ossi Newsgroups: comp.os.msdos.djgpp Subject: Scrolling games...any sources? Date: Wed, 30 Apr 1997 20:06:43 +0300 Organization: Telecom Finland News Service Lines: 10 Message-ID: <33677C23.7800@geocities.com> NNTP-Posting-Host: pc1033.public.htk.fi 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 I'm planning to do a game with scrolling scene. Is Allegro fast enough to write little (about 30x30) sprite files to the screen, so that the screen wont flicker? (in 320x200 mode) Is there any easy examples about tile graphics? (with smooth scrolling, no moving tile-by-tile, please) Thanks.