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.
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 compilein this directory. -
Or use Lazarus. Open in Lazarus
strategy_game_demo_standalone.lpifile and compile / run from Lazarus. Make sure to first register CGE Lazarus packages. -
Or use Delphi. Open in Delphi
strategy_game_demo_standalone.dprojfile and compile / run from Delphi. See CGE and Delphi documentation for details.
