Java版本百分百可直接运行exe文件+源码,不用安装java任何环境!!带音乐+超好看UI!! 博客链接:https://blog.csdn.net/belongtocode/article/details/105979473
2020-11-19 10:50:43 87.2MB Java 俄罗斯方块
1
俄罗斯方块的外挂代码,可能有些老,用钩子实现的,但对初学者比较合适
2020-04-11 03:01:31 85KB AI
1
C#俄罗斯方块完整源码+注释,用VS2010可以顺利编译,编译生成后可运行游戏,界面没有过多美化,看上去似乎挺简单的那种。代码注释丰富:   public Point firstPoi = new Point(140, 20);//定义方块的起始位置    public static Color[,] PlaceColor;//记录方块的位置    public static bool[,] Place;//记录方块的位置    public static int conWidth = 0;//记录列数    public static int conHeight = 0;//记录行数    public static int maxY = 0;//方块在行中的最小高度    public static int conMax = 0;//方块落下后的最大位置    public static int conMin = 0;//方块落下后的最小位置    bool[] tem_Array = { false, false, false, false };//记录方块组中那一块所在行中已满    Color ConColor = Color.Coral;    Point[] ArryPoi = new Point[4];//方块的数组    Point[] Arryfront = new Point[4];//前一个方块的数组    int Cake = 20;//定义方块的大小    int Convertor = 0;//变换器    Control Mycontrol = new Control();//实例化Control    public Label Label_Linage = new Label();//实例化Label,用于显示去除的行数    public Label Label_Fraction = new Label();//实例化Label,用于显示分数    public static int[] ArrayCent = new int[] { 2, 5, 9, 15 };//记录加分情况
2020-01-22 03:05:19 19KB 俄罗斯方块 源码+注释
1
实现了不通过爽缓冲和通过双缓冲两种功能绘画五彩方块,可以很明显的看出双缓冲的效果更高更平滑
2020-01-12 03:10:08 47KB winform 绘图 双缓存 图像
1
俄罗斯方块源程序,已经调试好可用,适合C#初学者使用,参考学习。
2020-01-10 03:05:14 857KB 俄罗斯方块
1
STM32实现俄罗斯方块游戏C语言 进入游戏之后,可按左,右进行左右位置跳动,A进行形状变换,下键加速下落。
2020-01-04 03:15:18 4.99MB STM32 俄罗斯方块
1
linux 下C语言俄罗斯方块代码 可以实现支持全部的方块类型,支持左右移动,图形的旋转变化,快速下降,分数统计,级别提升,暂停等功能
2020-01-03 11:43:07 14KB linux C语言 俄罗斯方块
1
用unity实现的3D俄罗斯方块游戏,脚本语言为C#
2020-01-03 11:41:15 155KB unity 3D 俄罗斯方块 C#
1
本人写的双人俄罗斯方块 单人双人模式都可以(本人制作) 有任何问题或者程序BUG 可以联系本人 邮箱 :so-so7@163.com QQ:466565663
2020-01-03 11:41:13 91KB C语言 小游戏
1
一套完整的基于stm32的俄罗斯方块压缩包,可直接运行。
2020-01-03 11:40:56 530KB stm32
1