文件名称:Tetris_3
- 所属分类:
- 其他游戏
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2013-06-19
- 文件大小:
- 293kb
- 下载次数:
- 0次
- 提 供 者:
- 挨**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
1.俄罗斯方块游戏可能产生五种形状的方块。方向键的控制可以产生旋转,左右移动和加速前进等,往下掉,只到遇到下面已经有方块挡住停下来。如果一行完全排列满,则会消掉,如果排列到了顶部,则会失败。
2.计分(消除一行加50分)
3.预先产生下一个方块.
4.暂停,开始,退出
5.实现存盘功能,保存上次游戏的下落方块和底层砖块的状态
6.载入游戏状态
7.联机对战功能-1 Tetris game may produce five shapes of the box. Arrow keys control can produce rotation, move around and accelerate progress, etc., fall down, only to encounter the following box has been blocked to stop. If a line is completely arranged full, it will disappear, if the arrangement to the top, it will fail. 2 points (50 points to eliminate line) 3. Pre-generate the next box. 4. Pause, start, exit 5. Achieve archiving function, save the last game of the whereabouts of the box and the bottom bricks state 6 Loading game state 7. multiplayer features
2.计分(消除一行加50分)
3.预先产生下一个方块.
4.暂停,开始,退出
5.实现存盘功能,保存上次游戏的下落方块和底层砖块的状态
6.载入游戏状态
7.联机对战功能-1 Tetris game may produce five shapes of the box. Arrow keys control can produce rotation, move around and accelerate progress, etc., fall down, only to encounter the following box has been blocked to stop. If a line is completely arranged full, it will disappear, if the arrangement to the top, it will fail. 2 points (50 points to eliminate line) 3. Pre-generate the next box. 4. Pause, start, exit 5. Achieve archiving function, save the last game of the whereabouts of the box and the bottom bricks state 6 Loading game state 7. multiplayer features
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Tetris_3\readme.txt
........\Tetris.sln
........\Tetris.suo
........\......\app.config
........\......\NetForm.cs
........\......\NetForm.Designer.cs
........\......\NetForm.resx
........\......\Program.cs
........\......\Tetris.csproj
........\......\Tetris.Function.cs
........\......\Tetris.MainForm.cs
........\......\Tetris.MainForm.Designer.cs
........\......\Tetris.MainForm.resx
........\......\Tetris.Thread.cs
........\......\Properties\AssemblyInfo.cs
........\......\..........\Resources.Designer.cs
........\......\..........\Resources.resx
........\......\..........\Settings.Designer.cs
........\......\..........\Settings.settings
........\......\pics\bg.jpg
........\......\....\bg2.jpg
........\......\....\blockBlue.gif
........\......\....\blockCyan.gif
........\......\....\blockGreen.gif
........\......\....\blockGrey.gif
........\......\....\blockOrange.gif
........\......\....\blockPurple.gif
........\......\....\blockRed.gif
........\......\....\blockYellow.gif
........\......\....\icon.ico
........\......\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
........\......\...\.....\GenerateResource.read.1.tlog
........\......\...\.....\GenerateResource.read.662.tlog
........\......\...\.....\GenerateResource.read.676.tlog
........\......\...\.....\GenerateResource.read.690.tlog
........\......\...\.....\GenerateResource.read.693.tlog
........\......\...\.....\GenerateResource.write.1.tlog
........\......\...\.....\GenerateResource.write.590.tlog
........\......\...\.....\GenerateResource.write.690.tlog
........\......\...\.....\GenerateResource.write.713.tlog
........\......\...\.....\GenerateResource.write.715.tlog
........\......\...\.....\Tetris.csproj.FileListAbsolute.txt
........\......\...\.....\Tetris.exe
........\......\...\.....\Tetris.frmTetris.resources
........\......\...\.....\Tetris.pdb
........\......\...\.....\Tetris.Properties.Resources.resources
........\......\...\.....\..mpPE\Properties.Resources.Designer.cs.dll
........\......\bin\Debug\save.txt
........\......\...\.....\Tetris.exe
........\......\...\.....\Tetris.exe.config
........\......\...\.....\Tetris.pdb
........\......\...\.....\Tetris.vshost.exe
........\......\...\.....\Tetris.vshost.exe.config
........\......\...\.....\Tetris.vshost.exe.manifest
........\......\obj\Debug\TempPE
........\......\...\Debug
........\......\bin\Debug
........\......\Properties
........\......\pics
........\......\obj
........\......\bin
........\Tetris
Tetris_3