登录
首页 » Game Program » 用C编的俄罗斯方块

用C编的俄罗斯方块

于 2022-01-26 发布 文件大小:2.36 kB
0 133
下载积分: 2 下载次数: 1

代码说明:

用C编的俄罗斯方块-C series of Rubik"s cube

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

发表评论

0 个回复

  • VC++俄罗斯方块
    VC++俄罗斯方块-VC Tetris
    2022-03-02 12:29:17下载
    积分:1
  • 01_游戏功能演示与说明 02_游戏中的面向对象分析与设计   03_使用API类组装贪吃蛇游戏   04_编写贪吃蛇游戏中的各个类的主体框
    01_游戏功能演示与说明 02_游戏中的面向对象分析与设计   03_使用API类组装贪吃蛇游戏   04_编写贪吃蛇游戏中的各个类的主体框架性代码   05_编写Controler类与实现蛇移动的事件监听   06_编写对各个类进行测试的程序代码   07_蛇的数据结构设计与移动显示   08_测试与修正蛇的移动与显示问题   09_排除蛇的相反方向与无效方向的按键问题   10_编写与测试表示食物的类   11_完成蛇吃食物的相关代码   12_为游戏增加作为障碍物的石头   13_为蛇增加吃到石头而死掉的功能   14_解决食物与石头蛇身重叠的问题   15_为蛇增加吃到蛇身而死掉的功能   16_贪吃蛇游戏开发练习题 -err
    2023-01-14 17:45:03下载
    积分:1
  • 华容道源程序
    华容道源程序-Huarong source
    2022-02-01 13:21:27下载
    积分:1
  • 非常精彩的手机游戏,欢迎大家下载学习和使用,非常精彩的手机游戏,欢迎大家下载学习和使用...
    非常精彩的手机游戏,欢迎大家下载学习和使用,非常精彩的手机游戏,欢迎大家下载学习和使用-very exciting mobile phone game, all are welcome to download the study and use of the phone is very exciting game, Welcome to download and use of learning
    2023-07-03 07:20:03下载
    积分:1
  • 自动扫雷机 v1.0 1.双语版(中文,英文),能自动检测操作系统版本和语言,采用相应的界面和扫雷规则 2.可以自动完成扫雷过程, 在Athlon 1G上的最好
    自动扫雷机 v1.0 1.双语版(中文,英文),能自动检测操作系统版本和语言,采用相应的界面和扫雷规则 2.可以自动完成扫雷过程, 在Athlon 1G上的最好成绩为: 初级:1秒 中级:1秒 高级:2秒 3.可以控制扫雷窗口的时钟的快慢,甚至停止 缺点:人工智能推理部分做得不是很理想,希望大家能帮忙改善.-automatic machine v1.0 a mine. Copies of the bilingual (Chinese and English), Automatic detection of operating system version and language, with the corresponding interface, and mine-clearing rules 2. can be automated clearance process, Athlon 1G in the best results : Junior : 1 seconds Intermediate : 1 seconds High : 2 seconds 3. window can be controlled mine on the pace of the clock, or even stop drawbacks : AI reasoning part of doing is not very satisfactory, I hope you will help to improve.
    2022-01-22 02:55:34下载
    积分:1
  • 实现.多个.mid声音的播放,和图片的移动.可以手动控制图片的移动方向...
    实现.多个.mid声音的播放,和图片的移动.可以手动控制图片的移动方向-To achieve. Mid sound playback, and picture of the mobile
    2022-03-11 03:45:09下载
    积分:1
  • HeightMap_D3D
    HeightMap_D3D
    2022-01-30 19:48:01下载
    积分:1
  • quick3游戏的完整代码,很有价值
    quick3游戏的完整代码,很有价值-quick3 the integrity of the game code and of great value
    2022-10-16 16:55:03下载
    积分:1
  • 石器时代6源代码2008.08.27最新版完全可编译的开放…
    石器时代6.0源代码 2008.08.27最新版 完全可编译开服!-Stone Age 6.0 source code for the latest version 2008.08.27 compiler fully open service!
    2023-04-10 00:30:04下载
    积分: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
  • 696518资源总数
  • 105554会员总数
  • 2今日下载