微信《全民炫舞》上线了。
整理了一下过去技术开发历史,还有技术ppt,有兴趣看下:公司游戏引擎技术介绍:http://www.h3d.com.cn/hr/hr.htm布料系统技术介绍:2012
China Game Developer Conference大会演讲资料下载:http://www.h3...
分类:
微信 时间:
2014-06-07 05:30:17
阅读次数:
426
commit
87f8ac21ca6d2d086984dfc39b1869dc51ecd36fAuthor: Vitasic Date: Tue Jun 26
15:43:38 2012 +0400 Add Fake Playersdiff --git a/src/server/game/...
分类:
数据库 时间:
2014-05-28 04:43:05
阅读次数:
409
You could use:Calendar c
=Calendar.getInstance();int seconds = c.get(Calendar.SECOND);There are plenty of
constants in Calendar for everything you nee...
分类:
移动开发 时间:
2014-05-27 17:13:56
阅读次数:
512
这个是TRINTIY端的GM相关的代码。。可以作为参考使用,仅仅是一个载入命令 diff -r
3d55d9aa1fa9 -r 0dadcdc551ce src/server/game/Scripting/ScriptLoader.cpp ---
a/src/server/game/Scriptin...
分类:
其他好文 时间:
2014-05-27 16:18:25
阅读次数:
329
A simple stone gameTime Limit: 2000/1000 MS
(Java/Others)Memory Limit: 32768/32768 K (Java/Others) Total Submission(s):
312Accepted Submission(s): 16....
分类:
其他好文 时间:
2014-05-26 20:09:15
阅读次数:
248
Phaser is a fun, free and fast 2D game framework
for making HTML5 games for desktop and mobile web browsers, supporting Canvas
and WebGL rendering.Pha...
分类:
Web程序 时间:
2014-05-26 19:44:52
阅读次数:
269
Given an array of non-negative integers, you
are initially positioned at the first index of the array.Each element in the
array represents your maximu...
分类:
其他好文 时间:
2014-05-26 18:46:20
阅读次数:
251
这篇文章主要介绍Shell脚本编写俄罗斯方块的方法,原文来自脚本之家,http://www.jb51.net/article/48926.htm效果图:代码:#!/bin/bash#
Tetris Game# 10.21.2003 xhchen#APP declarationAPP_NAME="${...
分类:
其他好文 时间:
2014-05-25 22:25:03
阅读次数:
352
【题目大意】有一个4x4规格的一个棋盘,现在有16个一面黑一面白的棋子分布在这个棋盘上。翻转一个棋子能够使它以及它上下左右的四个棋子从黑变白,从白变黑。现在问你至少要经过多少次操作才能够使得整个棋盘的颜色相同。【分析】考虑到是4x4的规模,想到用BFS枚举+判重。注意题目的内存限制是64MB,如果普...
分类:
其他好文 时间:
2014-05-25 20:41:18
阅读次数:
246
前一篇文章大致理解了动作系统的结构,今天先学习一个简单的即时动作如何使用。首先使用配置好的环境创建一个项目DemoActionInstant命令:python
create_project.py -project DemoActionInstant -package demo.game.action...
分类:
其他好文 时间:
2014-05-25 20:38:14
阅读次数:
258