-
[学VC、编游戏].狩猎谋生
[学VC、编游戏].狩猎谋生-[school VC, series game]. Hunting living
- 2022-10-28 19:05:04下载
- 积分:1
-
学习VC++ 编游戏的好书。他介绍了角色游戏设计的一般方法,初学者可以看看,模仿学习编游戏...
学习VC++ 编游戏的好书。他介绍了角色游戏设计的一般方法,初学者可以看看,模仿学习编游戏-learning VC game series books. He described the role of the general game design, beginners can see that learning to imitate game series
- 2023-02-19 18:10:04下载
- 积分:1
-
好玩的 小游戏虚拟器
好玩的 小游戏虚拟器-fun little game of virtual device
- 2022-08-21 21:51:38下载
- 积分:1
-
是一个模拟打砖游戏,还不错吧,
是一个模拟打砖游戏,还不错吧,-is playing a simulation game brick, it is true,
- 2023-01-05 18:15:03下载
- 积分:1
-
猜数字游戏源代码,其中有友好界面,存储数据,文本数据
猜数字游戏源代码,其中有友好界面,存储数据,文本数据-Number guessing game source code, including friendly interface, storage, data, text data
- 2022-03-19 15:05:14下载
- 积分:1
-
Prepared by C Snake game, again to optimize the algorithm.
用C编写的贪吃蛇小游戏,再次优化了算法。-Prepared by C Snake game, again to optimize the algorithm.
- 2022-04-10 02:00:27下载
- 积分:1
-
矩阵表示迷宫,用最短路径实现队列发现。
用矩阵表示的迷宫,用队列实现最短路径发现。-matrix said maze, with the shortest path to achieve cohort found.
- 2022-08-18 14:37:39下载
- 积分:1
-
贪食蛇编程要点
1、每次刷屏时需要注意无效矩形区的大小和位置,一般取整条蛇最小坐标和最大坐标组成的矩形(包括蛇的头和身体)
2、蛇全身的运行轨迹应该参照...
贪食蛇编程要点
1、每次刷屏时需要注意无效矩形区的大小和位置,一般取整条蛇最小坐标和最大坐标组成的矩形(包括蛇的头和身体)
2、蛇全身的运行轨迹应该参照蛇头的运行轨迹
3、蛇吃下东西之后身体各点的变化情况应该参照第一点的变化,即第一点发生变化之后下一时间段第二点发生变化,再下一时间段第三点发生变化,依此类推,直到最后一点发生变化结束
4、分数的计算变量:蛇吃的一般屎数量、蛇吃大屎的数量、游戏的难度级别
计算公式:(一般屎数量+大屎数量)*难度级别
5、一个问题:游戏的难度设置选项框和主窗口发生数据交换采用了两种方法,发送消息法和读写外部文件法,第三种选择就是采用全局变量,但都不是太好,有没有更合适的方式保证实现该功能的同时不致使程序显得晦涩难懂不易修改和维护-Snake programming essentials
1, each scraper requires attention invalid rectangle the size and location of the smallest snakes in general to take the whole composition of coordinates and the largest rectangular coordinates (including the snake s head and body)
2, snake body running track running track should refer to the snakeheads
3, snakes eat things that all the points after the changes in the body should have a similar change in the first point, that is the first point change in the next period of time after the changes in the second point, and then the next time a change in the third point, and so on , until the end of the last poin
- 2022-07-23 19:06:20下载
- 积分:1
-
C++网络麻将源代码
C++网络麻将源代码-network mahjong C source code
- 2022-06-30 07:49:05下载
- 积分:1
-
游戏随机创建迷宫,并给用户提供交互,自我感觉不错,只是有些函数过于冗长,随机生成算法过于累坠,不过是一五官俱全的游戏,(mazeMain.c是主要文件,编译时请...
游戏随机创建迷宫,并给用户提供交互,自我感觉不错,只是有些函数过于冗长,随机生成算法过于累坠,不过是一五官俱全的游戏,(mazeMain.c是主要文件,编译时请将Compiler的Model改为Huge)-randomly create a maze game, and to give users interactive, self-satisfied, but some functions are too lengthy, random generation algorithm too tired sinkers, but is a complete facial features of the game, (mazeMain.c is the main document, compiled with the Model Compiler please read Hugelt; TC2gt ;)
- 2022-01-26 07:57:15下载
- 积分:1