-
俄罗斯方块,经典游戏。
其中的主要逻辑有:
(1)由于c的随机性函数不好,所以每次游戏开始根据bios时间设置种子。
(2)得分...
俄罗斯方块,经典游戏。
其中的主要逻辑有:
(1)由于c的随机性函数不好,所以每次游戏开始根据bios时间设置种子。
(2)得分越高,方块下降速度越快(每200分为单位)。
(3)每下落一个方块加1分,每消除一行加10分,两行加30分,三行加70分,四行加150分。初试分数为100分。
游戏控制:
up-旋转;空格-下落到底; 左右下方向键-控制方向。P-开始或暂停游戏。 ESC-退出。
特点:
(1)由于tc不支持中文,所以基本都是英文注释。
(2)函数命名尽可能规范的表达其内部处理目的和过程。
(3)代码加上注释仅有577行。(我下载过的两个俄罗斯方块代码一个在1087行,一个在993行,我的比它们代码少)。
(4)除了消除空格时算法比较复杂,其他算法都比较简单易读。
(5)绘图效率和局部代码效率扔有待提高。
(6)FrameTime参数可能依据不同硬件环境进行具体设置,InitGame需要正确的TC路径。-Tetris, classic games.
- 2022-02-20 12:56:31下载
- 积分:1
-
三国志游戏,具体请自己看原程序,所有都在压缩包里.
三国志游戏,具体请自己看原程序,所有都在压缩包里.-Three Kingdoms games, specifically requested to see their former procedures, all compressed in the bag.
- 2022-03-05 22:42:32下载
- 积分:1
-
Asp.net2.0电子商务网源码Sql2000数据库文件
Asp.net2.0电子商务网源码Sql2000数据库文件-E-commerce network Asp.net2.0 source database file Sql2000
- 2022-09-10 16:45:06下载
- 积分:1
-
有关于OFDM系统的在AWGN信道下(BPSK调制)的信噪比分析.
有关于OFDM系统的在AWGN信道下(BPSK调制)的信噪比分析.-on OFDM system in AWGN channel (BPSK modulation) signal-to-noise ratio analysis.
- 2022-10-23 01:40:03下载
- 积分:1
-
中国象棋游戏,是基于网络游戏的网络游戏,无需…
中国象棋游戏,该游戏是基于WEB的在线WEB游戏,无需安装任何软件,只要浏览器,便可运行-Chinese Chess Game, which is based on the WEB Games WEB Games online, no need to install any software, as long as the browser, can run
- 2023-05-25 20:25:03下载
- 积分:1
-
c language version of student achievement management system that can only be run...
c语言版的学生成绩管理系统,只能在liunx下运行,目前只是在字符界面下的-c language version of student achievement management system that can only be run under liunx is only in the character of
- 2022-04-16 21:55:30下载
- 积分:1
-
Rubik's cube, able to single and multiplayer mode, but there are flaws, we h...
俄罗斯方块,能实现单人和多人的模式,但还有个漏洞,希望大家指出-Rubik"s cube, able to single and multiplayer mode, but there are flaws, we hope that
- 2022-10-15 22:55:03下载
- 积分:1
-
MSP430F4152段式液晶
MSP430F4152段式液晶
- 2022-05-10 20:43:21下载
- 积分:1
-
NS2 tutorial for beginners (in English) This document gives the general use of N...
NS2对初学者的教程(英文版)
此文档概括的给出了NS的使用和TCL的语法,对NS的入门很有帮助-NS2 tutorial for beginners (in English) This document gives the general use of NS and TCL syntax, on the NS entry helpful
- 2022-06-27 14:18:34下载
- 积分:1
-
很好用的文件系统 可以在dos中实现
也就是在模拟DOS
很好用的文件系统 可以在dos中实现
也就是在模拟DOS-good use of the file system can achieve dos is in a simulated DOS
- 2022-05-17 13:13:49下载
- 积分:1