登录
首页 » Visual C++ » Beginning-CS-Game-Programming-Source-Code

Beginning-CS-Game-Programming-Source-Code

于 2009-10-06 发布 文件大小:6904KB
0 131
下载积分: 1 下载次数: 5

代码说明:

  Only a few short years ago, everyone programmed games in C. There was no question about it—if you wanted to program cutting-edge games, you did so in C. Sure, C++ was around, but it was too “slow.” The advanced features that C++ offered took off too much processing power, and that was simply unacceptable to a game programmer.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • freecell-solver-3.18.1
    这是一个跨平台的游戏引擎。可以在很多平台上运行,可以制作简单的小游戏,非常方便(This is a cross-platform game engine. Can run on many platforms, you can create a simple game, very convenient)
    2013-06-14 15:06:33下载
    积分:1
  • Snake_App
    一个简单的贪吃蛇游戏的程序,程序运行时会有操作指导。(Snake game is a simple procedure, the program will be run-time operation of the guidance.)
    2007-12-19 12:25:20下载
    积分:1
  • chaojimali
    用VB仿超级玛丽游戏,虽然界面和真正的玛丽游戏比起来有点差,但游戏的控制还算可以了,基本都实现了。(VB with games like Super Mario, although the interface and the real Mary a little bit worse than the game, but still can control the game, and basically realized.)
    2009-05-21 03:03:59下载
    积分:1
  • 675646545
    VB反应能力测试小游戏,打地鼠源代码.有需要的下.(VB reaction capability test game, play hamster source code are in need.)
    2013-08-23 17:56:27下载
    积分:1
  • gobang-game
    基于控制台的五子棋游戏,用easyX提供的图形接口进行编写,适合初学者,简单易懂,注释全面。注:安装图形库需要去EasyX官网下载“2012立冬版”,必须是这个版本,因为后来新的版本对有些函数做了调整,导致显示会有问题。(Console-based backgammon game, the graphical interface provided by easyX be written for beginners, easy to understand, comprehensive notes. Note: Installing graphics libraries need to EasyX official website to download " 2012 Lidong Edition" , must be this version, because the new version was made adjustments for some functions, resulting in the display there will be problems.)
    2014-10-11 14:53:47下载
    积分:1
  • 3d_simple
    directx 3d游戏的简单制作,对于新手是个号例子(directx 3d game simple production example for the novice is No.)
    2020-07-04 23:20:01下载
    积分:1
  • Big-Surf-intelligence
    智力大冲浪,参加游戏,最后看谁获得的钱多的游戏,C实现(Intellect surfing, participate in the game, the last game to see who get more money, C implementation)
    2013-11-13 10:54:47下载
    积分:1
  • ray
    随机设置了雷的位置,当用户输入的位置与雷的位置相同,则游戏结束。否则该位置处打印出笑脸。(Ray random set position when the user enters the same position and the position of mine, the game is over. Otherwise, the position of print faces.)
    2013-11-01 10:33:06下载
    积分:1
  • poly
    标题: 多边形游戏 时 限: 1000 ms 内存限制: 10000 K 总时限: 3000 ms 描述: 多边形游戏是一个单人玩的游戏,开始时有一个由n个顶点构成的多边形。每个顶点被赋予一个整数值,每条边被赋予一个运算符“+”或“*”。所有边依次用整数从1到n编号。 游戏第1步,将一条边删除。 随后n-1步按以下方式操作: (1)选择一条边E以及由E连接着的2个顶点V1和V2; (2)用一个新的顶点取代边E以及由E连接着的2个顶点V1和V2。将由顶点V1和V2的整数值通过边E上的运算得到的结果赋予新顶点。 最后,所有边都被删除,游戏结束。游戏的得分就是所剩顶点上的整数值。 输入: 输入共两行,第一行一个整数n表示顶点个数,第二行共2*n个数,分别为数字和字符。 例如:对于上图中的问题,我们可以这样按输入样例中的例子输入,数学中的“+”号代表加法,小写字母“x”代表乘法。 输出: 一个整数,计算最高得分。 输入样例: 5 10 + -1 x -2 x 3 + -8 x 输出样例: 486 (标题: 多边形游戏 时 限: 1000 ms 内存限制: 10000 K 总时限: 3000 ms 描述: 多边形游戏是一个单人玩的游戏,开始时有一个由n个顶点构成的多边形。每个顶点被赋予一个整数值,每条边被赋予一个运算符“+”或“*”。所有边依次用整数从1到n编号。 游戏第1步,将一条边删除。 随后n-1步按以下方式操作: (1)选择一条边E以及由E连接着的2个顶点V1和V2; (2)用一个新的顶点取代边E以及由E连接着的2个顶点V1和V2。将由顶点V1和V2的整数值通过边E上的运算得到的结果赋予新顶点。 最后,所有边都被删除,游戏结束。游戏的得分就是所剩顶点上的整数值。 输入: 输入共两行,第一行一个整数n表示顶点个数,第二行共2*n个数,分别为数字和字符。 例如:对于上图中的问题,我们可以这样按输入样例中的例子输入,数学中的“+”号代表加法,小写字母“x”代表乘法。 输出: 一个整数,计算最高得分。 输入样例: 5 10+-1 x-2 x 3+-8 x 输出样例: 486 )
    2012-12-17 10:35:16下载
    积分:1
  • Cpp2
    连连看游戏的雏形,适合编程者初学阶段。望签收(lianliankan game)
    2012-01-17 09:45:22下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载