本人的第一个android游戏《新连连看》终于完成了第一个版本,比较简陋。还有一部分功能保留没有开放,等第二个版本再上。用的libgdx框架,可能不是很出名,但是本人觉得真的是很好用的。...
分类:
移动开发 时间:
2014-05-10 09:34:41
阅读次数:
374
BFS。wa了一下午,原来是YES,写成了Yes。 1 #include 2 #include 3
#include 4 #include 5 using namespace std; 6 7 typedef struct node_st{ 8 int x,
y; 9 in...
分类:
其他好文 时间:
2014-05-06 08:48:16
阅读次数:
274
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
us...
分类:
其他好文 时间:
2014-05-04 09:30:21
阅读次数:
360
Eclipse SWT开发教程以及一个连连看游戏的代码实现下载,代码下载地址:http://www.zuidaima.com/share/1772672482675712.htm...
分类:
系统相关 时间:
2014-05-04 00:05:57
阅读次数:
675
进入游戏连连第一个场景,如下:
初始化该场景精灵所需的信息、背景/音效及图层UI
bool HelloWorld::init()
{
//////////////////////////////
// 1. super initfirst
if (!CCLayer::init() )
{
return
false;...
分类:
其他好文 时间:
2014-04-30 22:34:40
阅读次数:
226
空间闹钟-v1.6更新!
—v1.6—14.4.30:
1)增加更新推送功能,有新版本时可以直接推送给用户!
2)修正软件更新功能、我的软件功能。
3)其他小修改。...
分类:
其他好文 时间:
2014-04-30 22:18:39
阅读次数:
331