Dev Planet

Avatar photo

RSS feed aggregator for FOSS game development.

Castle Game Engine: Platformer demo released on itch.io

Have a lovely Sunday! And play our platformer demo, if you haven’t already 🙂 We have compiled version of the game, for Windows and Linux, ready here: https://castle-engine.itch.io/platformer You can download it manually as a zip file, or using comfortable Itch.io App. We have also updated Castle Game Engine itch.io page to represent the engine …

Castle Game Engine: New manual chapter that introduces editor and states, more manual and website updates, “Register Lazarus Packages” button

I am deep in making big updates to the manual, to document the usage of editor and other concepts that become important during the CGE 7.0 development. We start with new 1st and 2nd manual chapters: Installation and building your first application Designing user interface and handling events (press, update) within the state Go ahead …

Castle Game Engine: Packaging to Android App Bundle

You can now easily package Android games using Castle Game Engine to the AAB format (instead of APK). New Build Tool command-line options allow to execute: castle-engine package –target=android –package-format=android-app-bundle Will package to the new AAB format. castle-engine package –target=android –package-format=android-apk Will package to the traditional APK format. The –package-format=android-apk is right now the default …