Crafting #

Crafting is a core part of many game genres and Pragma Engine provides a feature-rich and extensible crafting system. You can make Pragma Engine fit your game’s unique needs without compromising on your game design.

This guide is an introduction to Pragma Engine’s crafting capabilities by demonstrating a straightforward crafting scenario.

Core Concepts:
Check out our Concepts guides for intros to our crafting, store, and items systems.

Prerequisites:

  • Pragma Engine, Postman, and IntelliJ must be installed. See Initial Setup.

TopicDescription
Setting Up the Item Catalog and StorePreparing the items and store for a pet evolution.
Crafting ItemsEvolving the pet with a crafting plugin.