系统环境 win8.1所有测试项目生成在d:\game\cocos下cocos2d-x引擎目录为d:\game\cocos2d-x-2.2.5 和d:\game\cocos2d-x-3.2android ndk目录D:\Android\android-ndk-r9dv2.2.51.生成项目进到D:\...
分类:
移动开发 时间:
2014-10-22 14:13:57
阅读次数:
263
#include#define maxn 1010int main(){ int num,a[maxn],i,j,b[maxn],case=0; while(scanf("%d",&num)!=EOF&&num) { printf("Game %d:\n",case)...
分类:
其他好文 时间:
2014-10-22 07:37:54
阅读次数:
222
“疑难杂症”又二记
0. 引子
近来工作又遇到一些“疑难杂症”,在此简单记下,自省省人 ~
1. 都是WaitForSeconds 惹的祸 ~
目前开发的游戏很多地方都用到了Hotween,个人感觉还是挺不错的(题外话,Hotween的第二版Dotween应该也快正式Release了,各种改进令人期待 :)),推荐有兴趣的朋友试试,虽说自己感觉Hotween的使...
分类:
其他好文 时间:
2014-10-21 23:21:30
阅读次数:
380
Flip Game
Time Limit: 1000MS
Memory Limit: 65536K
Total Submissions: 31424
Accepted: 13656
Description
Flip game is played on a rectangular 4x4 field with two-sided...
分类:
其他好文 时间:
2014-10-21 23:18:43
阅读次数:
314
取石子游戏
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)
Total Submission(s): 3781 Accepted Submission(s): 1904
Problem Description
有两堆石子,数量任意,可以不同。游戏开始由两个人...
分类:
其他好文 时间:
2014-10-21 17:44:38
阅读次数:
184
注册博客园4年了,还没发表过一篇文章。明年就是超级马里奥这款游戏诞生30周年了,作为一个喜欢2d卷轴游戏的玩家,决定用js实现一个。目前只实现了world1,得分什么的也还没做。项目的GitHub的地址是:https://github.com/yang73137/Game/,感兴趣的朋友可以一起来做...
分类:
编程语言 时间:
2014-10-21 13:41:39
阅读次数:
214
在linux下用c语言利用信号机制完成了一个弹球的小游戏,代码如下:
bounce.h
/* bounce.h */
/* some settings for the game */
#define BLANK ' '
#define DFL_SYMBOL 'o'
#define TOP_ROW 5
#define BOT_ROW 20
#define LEFT_EDGE...
分类:
系统相关 时间:
2014-10-21 12:27:14
阅读次数:
511
Jump GameGiven an array of non-negative integers, you are initially positioned at the first index of the array.Each element in the array represents yo...
分类:
其他好文 时间:
2014-10-21 12:11:42
阅读次数:
222
Gap
Time Limit: 20000/10000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)
Total Submission(s): 597 Accepted Submission(s): 327
Problem Description
Let's play a card game...
分类:
其他好文 时间:
2014-10-21 07:50:00
阅读次数:
176