How to Upload an Android Game to the Google Play Store - Complete Guide

Channel:
Subscribers:
32,000
Published on ● Video Link: https://www.youtube.com/watch?v=jD8uJ91XFBQ



Category:
Guide
Duration: 8:02
185,040 views
2,411


APP GAME KIT 2 - review - non Dark Basic Pro
AKG2 Tap to destroy - On Sprite Collision

// find out which sprite has been hit or clicked

// set a virtual resolution
SetVirtualResolution ( 320, 480 )

// display a background
CreateSprite ( 1, LoadImage ( "background4.jpg" ) )
SetSpriteColorAlpha ( 1, 200 )

// load two images
LoadImage ( 1, "bird1.png" )
LoadImage ( 2, "bird2.png" )

// create sprites using image
CreateSprite ( 2, 1 )
CreateSprite ( 3, 2 )

// set their positions
SetSpritePosition ( 2, 80,150 )
SetSpritePosition ( 3, 200, 150 )

// main loop
do

// update the screen
Sync ( )
loop


Download AGK2: https://www.appgamekit.com/
AGK2 Box2d - App Game Kit 2
Steam
http://store.steampowered.com/app/325180/

GET full Download AGK2:
http://adf.ly/1hgZp6

At the heart of AppGameKit is a set of commands that control all aspects of a game - the game's sprites, sounds, physics, collisions and so on. By using these supplied functions you can code games with industry standard C++ using familiar IDEs such as Visual Studio, XCODE and QT.

https://www.thegamecreators.com/product/dark-basic-pro-open-source

https://www.thegamecreators.com/product/2000/page/archive/free

https://www.game-guru.com/

Follow me on twitter
https://twitter.com/sparckmanx

I made the animations in Crazy Talk Animator 3
http://www.reallusion.com/

http://www.sparckman.com

Also check out my other channel:
Sparckman vlog
https://www.youtube.com/channel/UCVWEOPhthIbP2DUABSRznCw

le sparckman plus
https://www.youtube.com/channel/UChjay8WjgYRhPEZqwAWYc3g

El Sparckman Español
https://www.youtube.com/channel/UCIj9tdBULqAmI_Ap5UEjO1g

https://www.udemy.com/nocode2dgames/

Templates and examples at
http://store.sparckman.com

Follow me on twitter
https://twitter.com/sparckmanx

Follow on Facebook
https://www.facebook.com/Sparckman-415170478640767/

my personal facebook
https://www.facebook.com/profile.php?id=100006172997876







Tags:
Unity
Unity tutorial
How to make games
Unity game engine
Mobile game
Mobile
iOS
Android
tutorial
c#
coding lesson
unity tutorial
building
building apk
mobile
publish mobile game
publishing mobile game
google
google play
publish to google play
upload
upload to google
upload mobile game
google play tutorial
how to upload to google play
apk file publish
game mechanics
unity 2d
unity 2d mobile
mobile game tutorial
apk mobile
mobile apk
AKG2 aPK