Hey Berserk, welcome to PGD!

Dev-Pascal is a little bit dated... you might find a bit more joy in using Lazarus instead. It uses the same compiler (Free Pascal compiler) but with a newer version.

The new FPC is faster, more stable and supports a lot more platforms. Including GameBoy Advance, Nintendo DS, GP2X, Linux, Mac OS X and Win64!

You can get it at http://lazarus.freepascal.org/

Also a great starting game library is SDL. It will allow you to do all of your graphics, sound, music and game controls too.

JEDI-SDL is the Pascal version that you can use with Lazarus or Delphi. It also supports the rest, but those are the two most common ones.

You can get JEDI-SDL at http://sourceforge.net/projects/jedi-sdl

When you get to the downloads page, you want the one on the bottom that says it's 1.0 BETA. A new version is coming soon.

I have also posted step-by-step instructions on how to install both if you can't figure it out yourself.

You can read that here: http://www.pascalgamedevelopment.com...pic.php?t=3973