文件名称:elsfk
下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
代码编写顺序如下:
游戏界面初始化
游戏开始时,右main函数调用一次
void InitGame()
{
提示界面
游戏初始化界面
调用CreateBlock函数生成方块
}
左边是游戏区(区域大小10*20),右边是提示区(包括下一个方块的种类,用户得分)
按键提示: space 暂停
上 旋转
左 方块左移一格
右 方块右移一个
下 方块快速下移
ESC 退出
-Coding sequence is as follows: When the game interface to initialize the game starts, the right main function is called once void InitGame () {prompt interface game initialization interface calls CreateBlock function generates a block} left the game area (area size 10* 20), the right is the notification area ( including the type of the next block, the user score) button Tip: pause the space rotation left and right grid squares left a box to the right box under a quick exit down ESC
游戏界面初始化
游戏开始时,右main函数调用一次
void InitGame()
{
提示界面
游戏初始化界面
调用CreateBlock函数生成方块
}
左边是游戏区(区域大小10*20),右边是提示区(包括下一个方块的种类,用户得分)
按键提示: space 暂停
上 旋转
左 方块左移一格
右 方块右移一个
下 方块快速下移
ESC 退出
-Coding sequence is as follows: When the game interface to initialize the game starts, the right main function is called once void InitGame () {prompt interface game initialization interface calls CreateBlock function generates a block} left the game area (area size 10* 20), the right is the notification area ( including the type of the next block, the user score) button Tip: pause the space rotation left and right grid squares left a box to the right box under a quick exit down ESC
(系统自动生成,下载前可以参看下载内容)
下载文件列表
俄罗斯方块\RussianBlock Development Doc.doc
..........\RussianBlock.exe
..........\Source Code\Init.cpp
..........\...........\Init.h
..........\...........\Listen.cpp
..........\...........\Listen.h
..........\...........\OtherFun.cpp
..........\...........\Rotate.cpp
..........\...........\RussianBlock.cpp
..........\...........\RussianBlock.h
..........\Source Code
俄罗斯方块