CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - strategy game

搜索资源列表

  1. avb-rpgdirx

    0下载:
  2. 一个战略游戏的代码,包括所有的可编译文件和图形资料-a strategy game code, including all documents can be compiled and graphics information!
  3. 所属分类:DirextX编程

    • 发布日期:2008-10-13
    • 文件大小:39.33kb
    • 提供者:我的名
  1. War3D-0.08.00(Code)

    0下载:
  2. 此为一个3D即时战略游戏的源码,环境是windows,压缩包中只包含源码,如果需要可执行文件等其他文件,请邮箱联系我。-this as a 3D time strategy game source code, the environment is windows, Compression package contains only the source code, if necessary executable files and other documents, please contact
  3. 所属分类:DirextX编程

    • 发布日期:2008-10-13
    • 文件大小:244.81kb
    • 提供者:xiayu
  1. stratagus-2.1-win32

    0下载:
  2. Stratagus is a free cross-platform real-time strategy game engine, capable of playing against human or computer opponents, network or local.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:928.02kb
    • 提供者:李端
  1. black_jack

    0下载:
  2. 一个21点游戏的算法。可设任意轮数和起始赌金,三种游戏策略。输出游戏结果(不可用户操作游戏的)。使用类和继承。具体参考descr iption.txt。-A 21:00 game algorithms. Can be set arbitrary round number and the starting sweepstakes, three games strategy. Output game results (non-user games). The use of categories an
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:16.24kb
    • 提供者:吕婉辰
  1. x1

    0下载:
  2. 二维基本游戏@你可以建筑不同风格的建筑物,销毁他们,赚取每月的租金,相信所有喜欢策略游戏的朋友都会喜欢这个程序。程序有2中编辑模式。-Basic two-dimensional building game @ You can different styles of buildings, the destruction of them, to earn monthly rental, I believe the strategy of the game like a friend would li
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:154.47kb
    • 提供者:lin xiao qiang
  1. Strategy-Game-ProgDx9

    0下载:
  2. With this book you can create a strategy game using C++ and DirectX 9.0. It also outlines the game development process and explains game mechanics, resource management, interface design, sound implementation and more.
  3. 所属分类:DirextX

  1. OthelloClient

    0下载:
  2. This the descr iption portio of the UI for the game Othello. Actually it is call Reversi becuase Hasbro has the name Othello copywrited. Anyway, there are some subtle differences in the rules of the games - such as the postion of the starting pieces,
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:14.75kb
    • 提供者:jraven666
  1. nim

    0下载:
  2. Nim游戏是一个著名而且有很多版本的经典游戏,其获胜策略是 两名参与者交替从一堆石子中取出若干数目其数目有参与者决定。但 是要求参与者每次至少取出一个,至多一半,然后由另一名参与者继 续取,拿到最后一颗石子者输。人和电脑随几分先后,电脑有聪明和愚蠢模式 共四种情况-Nim game is a well-known, and there are many versions of the classic game, their winning strategy is a pil
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:1.3kb
    • 提供者:sunjing
  1. Real-Time_Strategy_GameProgramming_Using_MS_Direc

    0下载:
  2. Real-Time Strategy Game Programming Using MS DirectX s Full source code.
  3. 所属分类:DirextX

    • 发布日期:2017-04-05
    • 文件大小:835.42kb
    • 提供者:PHJ
  1. Five

    0下载:
  2. 五子棋是一种两人对弈的纯策略型棋类游戏,是起源于中国古代的传统黑白棋种之一。发展于日本,流行于欧美。-Renju is a pure strategy games on the two chess-type game is a tradition originated in ancient China, one of Othello kinds. Developed in Japan, popular in Europe and the United States.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:7.97kb
    • 提供者:chenliang
  1. CheatEngine

    0下载:
  2. This a very nice program, it can read all the memory with all active processes/treads, enebale you to do changes in threads/processes. -> Example you can find the HalfLive - game - Health tread and change your health value ... for strategy game
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-16
    • 文件大小:4.01mb
    • 提供者:Fire
  1. A-star

    0下载:
  2. A*算法,启发式路径搜索(星际,帝国等即时战略游戏中AI寻路)-A* algorithm, heuristic path search (Star, Imperial and other real-time strategy game AI pathfinding)
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-22
    • 文件大小:394.04kb
    • 提供者:赵鹏
  1. Nim

    0下载:
  2. Nim游戏(The game of Nim)是一个很著名而且有很多版本的游戏.下面这个版本有一个有趣的获胜策略.两名参与者交替从一堆石子中取出若干数目,其个数由参与者自已决定.但是要求参与者每次至少取出一个,至多取出一半,然后另一名参与者继续.拿到最后一个石子的参与者将输掉该游戏. 编写一个程序,让计算机和人较量.在10到100之间生成一个随机数作为初始的石子数目.然后,随机产生0或1,以决定是计算机先玩还是人先玩.然后,再随机产生0或1,以决定计算机采用"聪明"还是"愚蠢"模式.在愚蠢模式
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:260.59kb
    • 提供者:fangyuan
  1. SkinMesh(RTS_view)

    0下载:
  2. 实现蒙皮动画,类似即时战略游戏视角,可控制角色的行走-Achieve skeletal animation, similar to the real-time strategy game perspective, the role of the walk can be controlled
  3. 所属分类:DirextX

    • 发布日期:2017-03-27
    • 文件大小:948.87kb
    • 提供者:ZHAO
  1. Write_real_time_strategy_game_VB

    0下载:
  2. 自己写的VB即时战略小游戏Write their own real-time strategy game VB-Write their own real-time strategy game VB
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:835.51kb
    • 提供者:郭嘉
  1. jishi-3

    0下载:
  2. 一个即时战略游戏关于D3D9的win框架程序,可以由此入门继续扩展编程-A real-time strategy game on the win D3D9 framework program, you can continue to expand programming this entry
  3. 所属分类:DirextX

    • 发布日期:2017-03-31
    • 文件大小:678.81kb
    • 提供者:地方
  1. Strategy-Source-1

    0下载:
  2. 足球机器人仿真比赛源码。这个比较基础,但思路清晰,注释较多-Robot soccer simulation game source. The basis for comparison, but clear thinking, more comments
  3. 所属分类:Other systems

    • 发布日期:2017-05-06
    • 文件大小:833.94kb
    • 提供者:冯舒婷
  1. hexagonsl-game-the

    0下载:
  2. 能够显示战略游戏中六角形地图的构件,能够配置每个六角格子的色彩-To show the map of strategy game in the hexagonal artifacts, can configure the color of each hexagonal grid
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-05
    • 文件大小:11.39kb
    • 提供者:confiyefatios
  1. 728247

    0下载:
  2. 能够显示战略游戏中六角形地图的构件,能够配置每个六角格子的色彩(To show the map of strategy game in the hexagonal artifacts, can configure the color of each hexagonal grid)
  3. 所属分类:工具条

    • 发布日期:2017-12-23
    • 文件大小:11kb
    • 提供者:Mzcshlbe
  1. 1429610622_1429598165_GTA V 100 Save game pc

    0下载:
  2. Savedata for gta v. This is for testing purposes. Do not download.
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:476kb
    • 提供者:Aminn
« 12 »
搜珍网 www.dssz.com