From: flobere AT club-internet DOT fr Newsgroups: comp.os.msdos.djgpp Subject: Re: Game Speed Date: Sun, 17 Oct 1999 14:58:57 +0200 Organization: Club-Internet (France) Lines: 15 Message-ID: <3809C810.E236BD30@club-internet.fr> References: NNTP-Posting-Host: ppp-172-250.villette.club-internet.fr Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: front1m.grolier.fr 940165118 10650 195.36.172.250 (17 Oct 1999 12:58:38 GMT) NNTP-Posting-Date: 17 Oct 1999 12:58:38 GMT X-Mailer: Mozilla 4.6 [fr] (Win95; I) X-Accept-Language: fr To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com > Hello everybody > > I programmed a simple game in C. > (I used DJGPP and ALLEGRO) > But the game runs on different Computers with > a different speed. > Is it possible, that the game runs on all > Computers with a similar speed ? > Please Help me immidiately . It is very easy using allegro. You just have to install a timer, and your game will run at the same speed on all machines. (read the allegro's documentations, to see how to use timers)