CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 策略游戏

搜索资源列表

  1. Russia

    0下载:
  2. 俄罗斯方块游戏的总体设计和实现说明,记录了游戏整体实现上技术层面上的设计,并且以需求说明为依据,同时该文档将作为游戏实现,特性要求和控制的依据。软件开发小组的每一位参与开发成员应该阅读本说明,以清除产品在技术方面的要求和实现策略-Tetris game instructions the overall design and implementation, record the game on a technical level to achieve the overall design, and
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-08
    • 文件大小:1920870
    • 提供者:wei
  1. wuziqi

    0下载:
  2. 这是我自己写的五子棋小程序。五子棋是一种两人对弈的纯策略型棋类游戏,是起源于中国古代的传统黑白棋种之一。发展于日本,流行于欧美。容易上手,老少皆宜,而且趣味横生,引人入胜;不仅能增强思维能力,提高智力,而且富含哲理,有助于修身养性。-This is my own small program written in backgammon. Backgammon is a pure strategy type of games the two board games, is originated in
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-04
    • 文件大小:1334
    • 提供者:王海涛
  1. map

    0下载:
  2. 《三国志》是一款很经典的经营策略类游戏。我们的小白同学是这款游戏的忠实玩家。现在他把游戏简化一下,地图上只有他一方势力,现在他只有一个城池,而他周边有一些无人占的空城,但是这些空城中有很多不同数量的同种财宝。我们的小白同学虎视眈眈的看着这些城池中的财宝。 按照游戏的规则,他只要指派一名武将攻占这座城池,里面的财宝就归他所有了。不过一量攻占这座城池,我们的武将就要留守,不能撤回。因为我们的小白手下有无数的武将,所以他不在乎这些。 从小白的城池派出的武将,每走一公理的距离就要消耗
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:696
    • 提供者:夏丹
  1. CountrysideRacing

    0下载:
  2. Android 3D游戏《乡村飙车》主要运用分层绘制和拼接绘制的策略进行场景的优化绘制,并且对场景部件进行了分类控制 -Android 3D game" country racing" mainly uses stratification drawing and mosaic rendering strategies for scene optimizing rendering, and the scene components were classified control
  3. 所属分类:android

    • 发布日期:2017-05-26
    • 文件大小:8887296
    • 提供者:zsq007
  1. ReverseChess

    0下载:
  2. 利用极大极小搜索策略实现黑白棋小游戏,或者称为翻转棋。-Use the minimax search strategy realize black white small game, or called reverse chess.
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-16
    • 文件大小:170042
    • 提供者:白色鱼
  1. eluosi

    0下载:
  2. (1) 游戏方块预览功能。在游戏过程中,当在游戏底板中出现一个游戏方块时,必须在游戏方块预览区域中出现下一个游戏方块,这样有利于游戏玩家控制游戏的策略。由于在此游戏中存在19种不同的游戏方块,所以在游戏方块预览区域中需要显示随机生成的游戏方块。 (2) 游戏方块控制功能。通过各种条件的判断,实现对游戏方块的左移、右移、快速下移、自由下落、旋转功能,以及行满消除行的功能。 (3) 游戏显示更新功能。当游戏方块左右移动、下落、旋转时,要清除先前的游戏方块,用新坐标重绘游戏方块。当消除满
  3. 所属分类:Other Games

    • 发布日期:2017-03-28
    • 文件大小:154906
    • 提供者:chen
  1. game-analysis

    0下载:
  2. 解析一类组合游戏,判断是否存在必胜策略 -Resolve a class of combinatorial games, to determine whether there is a winning strategy
  3. 所属分类:Other Games

    • 发布日期:2017-04-02
    • 文件大小:57805
    • 提供者:whimari
  1. Five

    0下载:
  2. 五子棋是一种两人对弈的纯策略型棋类游戏,是起源于中国古代的传统黑白棋种之一。发展于日本,流行于欧美。容易上手,老少皆宜,而且趣味横生,引人入胜;不仅能增强思维能力,提高智力,而且富含哲理,有助于修身养性。 -feichang bu cuo de jia wo
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-05
    • 文件大小:919797
    • 提供者:陈文中
  1. wzq

    0下载:
  2. 五子棋是一种两人对弈的纯策略型棋类游戏,是起源于中国古代的传统黑白棋种之一。发展于日本,流行于欧美。本程序使用MFC来完成五子棋功能,不支持人机对弈,只支持人人对弈-Backgammon is a two games on pure strategy board games originated in ancient China s traditional Othello. Development in Japan, popular in Europe and the United States
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-08
    • 文件大小:1953209
    • 提供者:jfisdo
  1. DesignPattern

    0下载:
  2. 《大话设计模式》之一: C++实现源码,主要包括: 1、简单工厂模式 2、工厂方法模式(提供通用实现方法,可以直接复用) 3、抽象工厂模式(利用反射,并提供反射源码,可以直接拿来复用) 4、迭代器模式 5、单例模式(支持线程安全) 6、状态模式(游戏中常用模式) 7、策略模式 8、模板方法模式 9、责任链模式 10、装饰模式-hello world
  3. 所属分类:Console

    • 发布日期:2017-04-07
    • 文件大小:75620
    • 提供者:
  1. Snake08

    0下载:
  2. 贪吃蛇游戏,人工智能设计专题报告,用适当的知识表示的方法表示所描述的信息,所有的信息建立一个数据库;构造一套规则,对数据库中的信息进行操作;利用推理策略进行推理-Snake game, artificial intelligence special report, with appropriate knowledge representation that the information described, all of the information to create a database
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:86139
    • 提供者:大空翼
  1. servicePolic

    0下载:
  2. 安全策略访问服务器,用于flash游戏访问843使用-Policy service
  3. 所属分类:Game Server Simulator

    • 发布日期:2017-04-01
    • 文件大小:61189
    • 提供者:邱世耀
  1. webGame

    0下载:
  2. 策略类网页游戏开发的一般步骤和几点建议,对于理解页游开发模式很有帮助-General strategy class web game development steps and Suggestions tour development mode is helpful for understanding page
  3. 所属分类:Other Games

    • 发布日期:2017-11-25
    • 文件大小:58137
    • 提供者:CHI
  1. Duck

    0下载:
  2. 深入浅出设计模式中的第一个实例,有关模拟鸭子的游戏,使用接口来实现灵活改变鸭子的一的功能,使用的设计模式是策略模式。-Head First Design Patterns instance, analog duck game, use the interface to achieve the flexibility to change the the duck a function of the use of design patterns strategy mode.
  3. 所属分类:Java Develop

    • 发布日期:2017-11-13
    • 文件大小:11131
    • 提供者:
  1. renju-game

    1下载:
  2. 五子棋游戏作为研究对象,设计出一个能够实现“人机对战”和“网络对战”两种不同模式的五子棋游戏。并对其中所涉及到的相关技术进行初步的探讨,重点为“人机对战”中的策略型AI的研究-Backgammon games as the object of study design can achieve two different modes of the man-machine war " and" online play backgammon games. And where the
  3. 所属分类:Chess Poker games

    • 发布日期:2017-11-22
    • 文件大小:2397094
    • 提供者:马旗超
  1. wuziqi

    0下载:
  2. 五子棋是一种两人对弈的纯策略型棋类游戏,棋具与围棋通用,是起源于中国古代的传统黑白棋种之一。发展于日本,流行于欧美。容易上手,老少皆宜,而且趣味横生,引人入胜;不仅能增强思维能力,提高智力,而且富含哲理,有助于修身养性。已在各个游戏平台有应用。-wu zi qi you xi
  3. 所属分类:CSharp

    • 发布日期:2017-11-25
    • 文件大小:15044937
    • 提供者:孙学申
  1. wuziqi

    0下载:
  2. 五子棋是一种两人对弈的纯策略型棋类游戏,棋具与围棋通用,是起源于中国古代的传统黑白棋种之一。-Backgammon pure strategy is a two chess board games, chess and Go Universal, is one of the traditional Othello species originated in ancient China.
  3. 所属分类:Games

    • 发布日期:2017-11-27
    • 文件大小:399243
    • 提供者:高莹
  1. sudoku-p1.el

    0下载:
  2. 做数独游戏的程序, 一般策略。elisp 语言, GNU 许可。-Help to find the solve of sudoku game, with regular strategy. Under GNU license, in elisp.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-11-24
    • 文件大小:3049
    • 提供者:chen
  1. PolicyFileServer

    0下载:
  2. 经常我们在写flash游戏服务端时缺少处理发送策略文件的程序,而这个源代码就是发送策略文件的源码,希望对你有用。-Often we write flash game server send a policy file missing when handling procedures, and the source code is to send a policy file source, I hope useful to you.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:867
    • 提供者:天峰
  1. Tetris-Design-Pattern

    1下载:
  2. 基于设计模式的俄罗斯方块游戏开发文档。简单的俄罗斯方块融入了命令模式、策略模式、工厂模式三种设计模式,是学习设计模式的一个很好的例子。-Based on Design Pattern Tetris game development documents,Command mode, the policy mode, the factory model three design patterns
  3. 所属分类:Project Design

    • 发布日期:2016-06-30
    • 文件大小:165888
    • 提供者:李草萌
« 1 2 3 4 56 7 »
搜珍网 www.dssz.com