Little Vasya has received a young builder’s kit. The kit consists of several wooden bars, the lengths of all of them are known. The bars can be put one on the top of the other if their lengths are the...
分类:
其他好文 时间:
2014-07-22 23:01:53
阅读次数:
323
iOS应用调置wjforstudy分享了IAP的一些基本知识。在论坛的地址是:http://www.cocoachina.com/bbs/read.php?tid=920601.在开始IAP开发前,先要对IAP有个大概的了解,下面这片文章就是给你预备的:
苹果的官方文档:Store Kit Guid...
分类:
移动开发 时间:
2014-05-12 16:56:54
阅读次数:
504
一、创建卡片类
首先想想卡片是一个精灵,那么我们就继承精灵类。然后还要有数字,背景颜色。基本就这些,那么看代码吧。
Card.h代码
#ifndef _CARD_H_
#define _CARD_H_
#include "cocos2d.h"
USING_NS_CC ;
class CardSprite : public Sprite
{
public :
...
分类:
其他好文 时间:
2014-05-10 09:25:46
阅读次数:
280
1、坐标系 >屏幕坐标系(UIKit):原点在左上角!
>OpenGl坐标系:原点在屏幕的左下角!2、游戏设计:Director——Scene——Layer——Sprite。
>CCDirector:导演类,相当于是游戏策划,负责整个游戏的布局和运行规则的制定。 >CCScene:场景类,每...
分类:
其他好文 时间:
2014-05-07 19:34:16
阅读次数:
378
原地址:http://digitalerr0r.wordpress.com/2013/09/30/unity-game-starter-kit-for-windows-store-and-windows-phone-store-games/Posted
onSeptember 30, 2013byd...
一、In App Purchase概览Store Kit代表App和App
Store之间进行通信。程序将从App
Store接收那些你想要提供的产品的信息,并将它们显示出来供用户购买。当用户需要购买某件产品时,程序调用StoreKit来收集购买信息。
下图即为基本的store kit 模型:Sto...
分类:
其他好文 时间:
2014-05-05 21:52:56
阅读次数:
291
这是一个关于使用cocostudio实现动画自由切换的小demo
auto sprite =Sprite::create("background.png");
sprite->setAnchorPoint(Point(0,0));
this->addChild(sprite);
ArmatureDataManager::getInstance()->addArmatureFi...
分类:
其他好文 时间:
2014-05-04 09:17:46
阅读次数:
344
1. NDK(Native Development Kit)1.1 NDK简介Android
NDK是一套允许开发人员使用本地代码(如C/C++)进行Android
APP功能开发的工具,通过这个工具,我们可以把用C/C++代码编译成可以直接运行在Android平台上的本地代码,这些本地代码以动态链...
分类:
移动开发 时间:
2014-05-02 00:23:04
阅读次数:
532
About In-App PurchaseIn-App Purchase allows you
to embed a store inside your app using the Store Kit framework. This framework
connects to the App Sto...
分类:
移动开发 时间:
2014-05-01 14:45:53
阅读次数:
519
Java Developer Kit的下载
点击下面的地址下载JDK:http://www.oracle.com/technetwork/java/javase/downloads/index.html(注意选择合适的JDK版本)
分类:
编程语言 时间:
2014-04-29 20:08:02
阅读次数:
535