码迷,mamicode.com
首页 >  
搜索关键字:motion sensing game    ( 5950个结果
2013长沙赛区现场赛 J - Josephina and RPG
J -Josephina and RPGTime Limit:2000MSMemory Limit:32768KB64bit IO Format:%I64d & %I64uSubmitStatusPracticeHDU 4800DescriptionA role-playing game (RPG ...
分类:其他好文   时间:2014-10-06 01:46:59    阅读次数:278
[Clojure] A Room-Escape game, playing with telnet and pure-text commands - Part 4
Code Path: https://github.com/bluesilence/Lisp/blob/master/clojure/projects/room-escape/src/room_escape/core.clj E2E Process Now it's time to put the stuff altogether. The body of the core c...
分类:Web程序   时间:2014-10-05 18:36:28    阅读次数:191
[Clojure] A Room-Escape game, playing with telnet and pure-text commands - Part 2
Based on the draft, the data models can be built of 3 major units: 1. Room...
分类:Web程序   时间:2014-10-05 17:54:18    阅读次数:215
poj1753-Flip Game(高斯消元枚举xor线性方程自由变元的值,找为1解的最少数量)
Flip Game Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 31227   Accepted: 13583 Description Flip game is played on a rectangular 4x4 field with two-sided pie...
分类:其他好文   时间:2014-10-05 17:50:38    阅读次数:319
A Room-Escape game made by Clojure, playing with telnet and pure-text commands - Part 1
Code path: https://github.com/bluesilence/Lisp/tree/master/clojure/projects/room-escape As I have been a fan of room-escape games, there have always been a desire to make my own story of a roo...
分类:Web程序   时间:2014-10-05 17:44:38    阅读次数:269
[Clojure] A Room-Escape game, playing with telnet and pure-text commands - Part 3
Code Path: https://github.com/bluesilence/Lisp/blob/master/clojure/projects/room-escape/src/room_escape/script.clj Extract Story to TXT In order to move the story from .clj into .txt, I lever...
分类:Web程序   时间:2014-10-05 17:36:38    阅读次数:214
POJ 1067: Wythoff Game【博弈】
经典的威佐夫博奕把黄金分割常数乘以k(k=m-n)即为奇异点,此时奇异点是用小数据观察出来的,具体的数学证明,观察到黄金分割常数是无理数,再加上高斯函数[kφ]的形势将自然数分割成两个等价类很容易想到beatty定理,很容易解出α和β#include#include#include#include ...
分类:其他好文   时间:2014-10-05 16:29:28    阅读次数:143
生命游戏
理论;生命游戏(game of life)為1970年由英国数学家J. H. Conway所提出,某一细胞的邻居包括上、下、左、右、左上、左下、右上与右下相邻之细胞,游戏规则如下:孤单死亡:如果细胞的邻居小於一个,则该细胞在下一次状态将死亡。拥挤死亡:如果细胞的邻居在四个以上,则该细胞在下一次状态将...
分类:其他好文   时间:2014-10-05 15:05:58    阅读次数:119
BZOJ3404: [Usaco2009 Open]Cow Digit Game又见数字游戏
3404: [Usaco2009 Open]Cow Digit Game又见数字游戏Time Limit:3 SecMemory Limit:128 MBSubmit:47Solved:32[Submit][Status]Description贝茜和约翰在玩一个数字游戏.贝茜需要你帮助她.游戏一共进...
分类:其他好文   时间:2014-10-05 12:25:28    阅读次数:276
How to Start a New Cocos2d-x Game for version 3.0
This documentation will show you how to usecocos consoleto create and run a new project.Runtime RequirementsAndroid 2.3+iOS 5.0+OS X 10.7+Windows 7+Ub...
分类:其他好文   时间:2014-10-04 21:40:47    阅读次数:272
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!