Description: 1. How that game interface (that is, 20* of 10 grid) 2. Box that way, that is, the coordinates of the four small box set: one box is the origin coordinates (0,0) on the right side block coordinates (1,0), the following box coordinates (0,1), and so on. 3. Rotation Formula: (x, y) after rotating 90 degrees is (-y, x). Since x-axis to the right, y axis, the so produced a clockwise rotation effect. Four. Important idea: Do not rotate the formula have the means to rotate. 5. Fireworks trajectory tracking.
To Search:
File list (Check if you may need any files):
俄罗斯方块MFC\俄罗斯方块MFC版游戏说明.txt
.............\可执行文件\俄罗斯方块MFC版.exe
.............\接口示意图.JPG
.............\文件功能和制作要点.txt
.............\游戏截图.JPG
.............\源码\DlgGameCode.cpp
.............\....\DlgGameCode.h
.............\....\DlgHelp.cpp
.............\....\DlgHelp.h
.............\....\DlgSet.cpp
.............\....\DlgSet.h
.............\....\filereport.cpp
.............\....\filereport.h
.............\....\gamebox.cpp
.............\....\gamebox.h
.............\....\mybitmap.cpp
.............\....\mybitmap.h
.............\....\myclock.h
.............\....\mykey.h
.............\....\pic\back.bmp
.............\....\...\bomb.bmp
.............\....\...\button.bmp
.............\....\...\square.bmp
.............\....\...\start.bmp
.............\....\...\Thumbs.db
.............\....\ReadMe.txt
.............\....\res\squareM1.ico
.............\....\...\squareM1.rc2
.............\....\Resource.h
.............\....\squareM1.aps
.............\....\squareM1.clw
.............\....\squareM1.cpp
.............\....\squareM1.dsp
.............\....\squareM1.dsw
.............\....\squareM1.h
.............\....\squareM1.ncb
.............\....\squareM1.opt
.............\....\squareM1.plg
.............\....\squareM1.rc
.............\....\squareM1.sln
.............\....\squareM1.suo
.............\....\squareM1.vcproj
.............\....\squareM1.vcproj.PQ_ww-PC.PQ_ww.user
.............\....\squareM1Dlg.cpp
.............\....\squareM1Dlg.h
.............\....\StdAfx.cpp
.............\....\StdAfx.h
.............\....\Debug
.............\....\pic
.............\....\res
.............\可执行文件
.............\源码
俄罗斯方块MFC