码迷,mamicode.com
首页 >  
搜索关键字:christmas game    ( 5650个结果
Cocos2d-x 3.2 学习笔记(十一)Game 2048
一、规则 游戏2048的规则很简单 2+2=44+4=88+8=1616+16=32……1024+1024=2048 这游戏挺火的……不过做起来也不难,就用cocos2dx做一下,首先我也没看过别人 怎么做的,当然写的也不是很好,能玩…… 二、游戏 游戏的界面是用画的,数字是写上去的,卡片...
分类:其他好文   时间:2014-10-08 13:38:35    阅读次数:283
10891 - Game of Sum
Problem EGame of SumInput File:e.inOutput:Standard OutputThis is a two player game. Initially there areninteger numbers in an array and playersAandBge...
分类:其他好文   时间:2014-10-07 23:09:04    阅读次数:298
hdu 3455 Leap Frog(状压DP)
Problem Description Jack and Jill play a game called "Leap Frog" in which they alternate turns jumping over each other. Both Jack and Jill can jump a maximum horizontal distance of 10 units in any ...
分类:其他好文   时间:2014-10-07 13:34:33    阅读次数:152
HDU 1113 Word Amalgamation (map 容器 + string容器)
http://acm.hdu.edu.cn/showproblem.php?pid=1113 Problem Description In millions of newspapers across the United States there is a word game called Jumble. The object of this game is to solve a ri...
分类:其他好文   时间:2014-10-06 18:23:20    阅读次数:231
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!