-
贪吃蛇的游戏源码。挺不错的。
贪吃蛇的游戏源码。挺不错的。-A typical snake game s source codes.
- 2022-12-21 06:00:03下载
- 积分:1
-
这是一个游戏叫入侵者的java实现,用户可以通过…
这是一个叫入侵者的小游戏,由java实现,用户可通过键盘操作,打击敌人完成游戏。-This is a game called intruders from java to achieve, the user can operate through keyboard, complete games against the enemy.
- 2022-02-12 14:46:55下载
- 积分:1
-
This is a very complex game, is a game on the tank
这是一个不太复杂的游戏,是一个关于坦克的游戏-This is a very complex game, is a game on the tank
- 2022-01-24 09:08:45下载
- 积分:1
-
国外游戏开发者杂志1998年第四期配套代码,包括Jeff Lander专栏的示例和代码,Scott Corley 的关于3d动画引擎的代码...
国外游戏开发者杂志1998年第四期配套代码,包括Jeff Lander专栏的示例和代码,Scott Corley 的关于3d动画引擎的代码--Code of Game Development Magazine in 1998 4th issuess, it includes demonstration and code of Jeff Lander, 3d engine code of Scott Corley
- 2022-04-28 05:39:04下载
- 积分:1
-
matlab开发的一个声音处理程序,需要麦克风、声卡配合使用。...
matlab开发的一个声音处理程序,需要麦克风、声卡配合使用。-Matlab development of a voice processing needs of a microphone, used in conjunction with sound.
- 2023-06-08 12:20:03下载
- 积分:1
-
非常好的手机游戏源代码,欢迎大家下载和学习使用,非常好的手机游戏源代码,欢迎大家下载和学习使用...
非常好的手机游戏源代码,欢迎大家下载和学习使用,非常好的手机游戏源代码,欢迎大家下载和学习使用
- 2023-03-15 16:00:04下载
- 积分:1
-
用c编写的在dos下运行的汉诺塔小游戏
用c编写的在dos下运行的汉诺塔小游戏-used in the preparation of the running under dos HANOR small game
- 2022-03-24 14:34:22下载
- 积分:1
-
很好的手机游戏,欢迎大家下载学习和使用,很好的手机游戏,欢迎大家下载学习和使用...
很好的手机游戏,欢迎大家下载学习和使用,很好的手机游戏,欢迎大家下载学习和使用-good cell phone game, all are welcome to download and study the use of a good cell phone game, Welcome to download and use of learning
- 2022-05-09 13:41:58下载
- 积分:1
-
Swedes play the game Yatzy source.
瑞典人玩的Yatzy游戏源程序。-Swedes play the game Yatzy source.
- 2022-01-25 23:03:55下载
- 积分: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