4ian / GDevelop

🎮 Open-source, cross-platform 2D/3D/multiplayer game engine designed for everyone.
https://gdevelop.io
Other
10.83k stars 849 forks source link

Implementing In Game Currency #349

Closed ydaniels closed 6 years ago

ydaniels commented 7 years ago

Hello nice platform but does this platform support in game currency

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/43698037-implementing-in-game-currency?utm_campaign=plugin&utm_content=tracker%2F3677421&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F3677421&utm_medium=issues&utm_source=github).
fivemoreminix commented 7 years ago

Do you mean in-app purchases? In-app purchases allow you to sell things in your game to the player if they pay a real dollar amount inside your game when prompted. Is this what you're looking for?

ydaniels commented 7 years ago

Yep a feature of the platform allows you to easily sell stuffs that can be used in the game itself . e.g when a player pays they get extra life or get to run faster

fivemoreminix commented 7 years ago

@victorlevasseur does the game engine have an implementation for in-app purchases on platforms like iOS and/or Android? As asked by @ydaniels

4ian commented 7 years ago

No such extension is available for now! Help is welcome if anyone is interested in developing it 😄

blurymind commented 7 years ago

you would have to implement support for google's in app purchase services if you ever want to make profitable freemium mobile games with gdevelop =)

Perhaps see if you can port the ones that are available in cocos2d engine http://www.sdkbox.com/plugins/iap https://github.com/soomla/cocos2dx-store ... Do you even have to port them over? You could just expose their api to the editor - but you would need to bundle them with gdevelop or make it easy to bundle cocos stuff in gdevelop (as plugins?)

There are sooo many cocos2d goodies available that gdevelop can take advantage of.. It would make me very happy to see it more integrated into gdevelop for that reason - its a very strong base. I dont even mind downloading gdevelop with bundled cocos2d that is ready for action. Perhaps there is a way to cut down its file size by removing examples and demos?

On Mon, Jun 26, 2017 at 10:41 PM, Florian Rival notifications@github.com wrote:

No such extension is available for now! Help is welcome if anyone is interested in developing it 😄

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/4ian/GD/issues/349#issuecomment-311190404, or mute the thread https://github.com/notifications/unsubscribe-auth/AGMbVaSrDAIHmRMn8GrC5Aia_hT-0Secks5sICWagaJpZM4Mwnol .

ydaniels commented 7 years ago

@blurymind I think it is better to develop it directly on the platform than integrating it with cocos2d but using this soomla framework which cocos2dx-store is based on should be easy @4ian As for the development is their an exposed api in js one can use to develop it faster

4ian commented 6 years ago

Hey 👋 I've put this issue on the roadmap (so that anyone can vote for it!) there: https://trello.com/c/TV9TMh9D/83-add-support-for-in-app-purchases

I'm closing this issue as open issues on Github is now be dedicated to bugs only :) (But it's still possible to continue the discussion on this issue even if it's closed)

arthuro555 commented 4 years ago

With #1717, this should be pretty easy to implement using https://github.com/j3k0/cordova-plugin-purchase. I recommend removing the "Careful thinking/design or refactoring needed" tag for that reason.