Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • Tetris.rar 由单片机,液晶屏,eeprom,实现的俄罗斯方块。
  • LazyBlocks.rar Game tetris is made by C++
  • Tetris.rar 本程序用JAVA程序实现了俄罗斯方块游戏的基本功能
  • TetrizzZ_with_guidelines.jar.zip This is our version of tetris, with "guidelines" as an option. These will allow you to easily se where the pieces will fall, be highlighing the columns that the falling piece is at the given moment. Enjoy!
  • XepGachv0.2.rar Is the classical Tetris game C++ The original code.
  • tetris_java.rar tetris game written with java
  • Tetris.rar C语言写的俄罗斯方块,希望能对新手有所帮助
  • TFT_Game.zip AVR TETRIS GAME PROGRAM SOURCE
  • tetrix.zip simple tetris game with some sort of twist
  • tetris.rar c++编写的俄罗斯方块,经典使用!游戏对象(Cgame):管理游戏开始,结束,积分,难度;游戏中每个方块当前位置情况;选择新方块;删除满行。 方块对象(CGrid):管理快快的旋转,左移,右移,下移;确定当前方块在游戏中的位置;以及设置方块如何旋转旋转,左移,右移,下移的基本信息。 游戏是对象(CRusRridView):管理游戏的显示与交互。