-
Notifications
You must be signed in to change notification settings - Fork 1
Home
tomor edited this page Dec 2, 2014
·
13 revisions
A multiplayer game which is a electronic version of classical childish game called in czech Na babu. there is a playing field with all players represented by a colored spot. one of them is Baba, so he has to catch up an another player. the motion of the spot will be controled by motion sensor of the device (just tilting).
- change "versionCode" (increment by 1) and "versionName" (increment as you wish) in AndroidManifest.xml
- (optional) change icon: File -> New -> Image Asset
- Build -> Generate Signed APK - if you are doing it for the first time you have to create your keystore and and privete key in the wizard, then use is for building the release version (more info about signing app http://developer.android.com/tools/publishing/app-signing.html)
- rename .apk file which was created to something better and send it by email or store somewhere on the internet
- Android APIs
- Using Hardware Devices
- Real-time multiplayer API
- Sensors Overview
- 2D graphics
- Custom Drawing
- http://www.compiletimeerror.com/2013/09/introduction-to-2d-drawing-in-android.html
- https://github.com/EsotericSoftware/kryonet
- http://developer.android.com/guide/topics/connectivity/wifip2p.html
- (cloud service) http://appwarp.shephertz.com/game-development-center/android-game-developers-home/android-usage-guide/
- publishing: http://developer.android.com/tools/publishing/publishing_overview.html
- signing app: http://developer.android.com/tools/publishing/app-signing.html
- building and running: http://developer.android.com/tools/building/index.html
- private channel: https://support.google.com/googleplay/android-developer/answer/2623322?hl=en