3 comments found.
Hello, good day. Is it possible to connect the game to a custom database?
Hi there 
Construct 3 doesn’t have built-in support for custom databases out of the box, but yes – it’s possible to connect to custom databases using web technologies like REST APIs or AJAX requests.
I haven’t personally implemented this myself yet, but I know there are examples in the community where people have successfully connected Construct 3 projects to services like Firebase, MySQL (via PHP scripts), or even Google Sheets.
If you already have a backend or API set up, Construct 3 can send and receive data using HTTP requests (AJAX). You’d need to handle the server-side logic separately.
Hello. Walletconnection and token claim can be added for this script? like play daily and earn tokens system?
Hi! This game doesn’t include blockchain functionality, and honestly, I have never worked with such integrations before. As far as I know, some developers have experimented with Construct 3 and Web3 features.
Here are a few examples I found (for informational purposes only – some of them are paid third-party plugins):
1) Discussion about MetaMask integration with Construct 3 (forum thread, free example): https://www.construct.net/en/forum/construct-3/scripting-51/metamask-web3-158147
2) Demo version of a paid Web3 integration project: https://www.construct.net/en/free-online-games/web3-integration-39670/play
3) wMetaPro Web3 Plugin (paid asset): https://www.construct.net/en/game-assets/tools/metapro-web3-plugin-4611
Please note, I haven’t personally tested these projects, so I can’t guarantee their quality or functionality.
Thanks again for your interest 
Nice!
Thanks 