GitHub

Strategy Game - turn-based strategy game, with maps designed using Tiled

Demo game using maps designed in Tiled and Castle Game Engine.

All the views (TCastleView descendants) are designed visually using Castle Game Engine editor.

The actual game logic is mostly inside GameViewPlay and GameUnit units.

Read Castle Game Engine documentation about Tiled maps to learn more.

Screenshot

Using Castle Game Engine.

Building

Compile by:

  • CGE editor. Just use menu items "Compile" or "Compile And Run".

  • Or use CGE command-line build tool. Run castle-engine compile in this directory.

  • Or use Lazarus. Open in Lazarus strategy_game_demo_standalone.lpi file and compile / run from Lazarus. Make sure to first register CGE Lazarus packages.

  • Or use Delphi. Open in Delphi strategy_game_demo_standalone.dproj file and compile / run from Delphi. See CGE and Delphi documentation for details.

Read the original on github.com ↗