Hello all,

I just found this forum and it's nice to see that so many people are using Delphi to write games.

I think my program Tile Studio may be useful for some of you:

Tile Studio is a combination of a sprite/tile editor and a map editor. It can be used with any language, since the output is completely programmable! For example, you can export your maps/tiles/animations as arrays in Delphi and them simply include them in your source code.

There are examples of a scrolling tile map with two layers for several langauges, including Delphi (one using DelphiX and one using OpenGL 3D-textures).

http://tilestudio.sourceforge.net/

Tile Studio is open source (written in Delphi), so if you need something it can't do, you can add it yourself!

Enjoy!