Pygame Toolkit
Prerequisites
•
To integrate the SDK, you need an account that has been granted ownership of the game.
•
Ownership can be granted via a Game Key. After opening the store page, please request it from the STOVE Store Team.
Basic Integration
0. Download the SDK package below.
1. Copy the stovepcsdk folder from the zip file to the root directory of your project.
2. In your entry file (e.g., main.py), add the code below.
3. Basic integration is now complete.
Achievement Integration
STOVE achievements work only through stats. Once the configured threshold is reached, the achievement is unlocked automatically.
However, for compatibility with Steam, we provide a convenience function: unlock_achievement(stat_id).
1. Insert the code below at the point where you want to unlock an achievement.


