This extension provides a CrazyGames SDK integration for Defold. CrazyGames is a popular browser games platform. Submit your own games via developer.crazygames.com.
To use CrazyGames SDK in your Defold project, add a version of the CrazyGames SDK extension to your game.project
dependencies from the list of available Releases. Find the version you want, copy the URL to ZIP archive of the release and add it to the project dependencies.
Select Project->Fetch Libraries
once you have added the version to game.project
to download the version and make it available in your project.
The SDK has the following modules:
ad
- display video ads, detect adblockersbanner
- display bannersgame
- various game eventsuser
- for interacting with the currently logged in userdata
- store user data that persists across devicesThe user
module also has support for Xsolla token creation to perform in-game purchases.
Refer to the example project to see a complete example of how the integration works.
You can use the CrazyGames QATool to test your SDK implementation. You can use the standalone version without creating a submission. With the QATool you can:
The source code is available on GitHub
Did you spot an error or do you have a suggestion? Please let us know on GitHub!
GITHUB