Match End Processing #
Pragma Engine handles common match end tasks with no additional code required. This section will describe how to configure these match end tasks for a demo game.
Note: Additional match end tasks can be handled via authored plugins.
Core Concepts:
Check out our services guides for intros to our items, store, progression, and match end systems.
Prerequisites:
- Pragma Engine, Postman, and IntelliJ must be installed. See Initial Setup.
Contents #
Topic | Description |
---|---|
Setting Up the Match End Demo | Preparing match end rewards by defining relevant items. |
Using the Match End Services | Granting inventory, sending player statistics, and sending metrics. |
Appendix | Full example for match end demo. |