首页>代码>java swing实现俄罗斯方块游戏源代码下载>/russia/src/russia/game/square/Shapes.java
package russia.game.square;

import java.awt.Color;
public class Shapes {
	 /**
	  * 初始化形状
	  */
	 public static final int [][][]shapeAry=
	 {
	 /*************T******************/	 
	 {{0,0,0,0,0},
	  {0,0,0,0,0}	,
	  {0,1,1,1,0},	
	  {0,0,1,0,0},
	  {0,0,0,0,0}
	 },
	   /***********反L****/
	 {{0,0,0,0,0},
	 {0,0,1,0,0},
     {0,0,1,0,0},	 
     {0,1,1,0,0},
	 {0,0,0,0,0}
	},
	  /************口***************add*/
	 {{0,0,0,0,0},
	  {0,0,0,0,0}	,
	  {0,1,1,0,0},
	  {0,1,1,0,0},
	  {0,0,0,0,0},
	},
	  /************L****************/
	{{0,0,0,0,0},
	 {0,1,0,0,0},
	 {0,1,0,0,0},	 
	 {0,1,1,0,0},
	 {0,0,0,0,0}
	},	
	
	/*************Z****************/
	{{0,0,0,0,0},
    {0,0,0,0,0},
	 {0,1,1,0,0},	 
	 {0,0,1,1,0},
	 {0,0,0,0,0}
	},	
		 
	/*************1****************/
	 {{0,0,1,0,0},
	  {0,0,1,0,0}	,
	  {0,0,1,0,0},	 
	  {0,0,1,0,0},
	  {0,0,0,0,0}
		},
		
	   {{0,0,0,0,0},
		{0,0,0,0,0}	,
		{0,0,0,0,0},	 
		{0,1,1,1,1},
		{0,0,0,0,0}
		},
		/*************反Z****************/
	   {{0,0,0,0,0},
	    {0,0,0,0,0},
		{0,0,1,1,0},	 
		{0,1,1,0,0},
		{0,0,0,0,0}
		},
		   {{0,0,0,0,0},
		    {0,0,0,0,0},
			{0,1,1,1,0},	 
			{0,1,1,1,0},
			{0,0,0,0,0}
			},
			 	 
		 
	 };
	 
	public static Color[]shapeColors={new Color(110,230,210),new Color(199,167,249)
	                     ,new Color(254,198,222),new Color(136,227,220),
	                     new Color(148,238,176),new Color(234,135,172),
	                     new Color(190,134,237),new Color(238,137,225)};
	 
	
	
	
}
最近下载更多
solotoo  LV2 2021年11月13日
heiqiang198603  LV1 2021年9月18日
睡前亲口月亮  LV1 2020年10月2日
小学期gogo  LV2 2020年7月6日
chen519168  LV9 2020年6月1日
GG思密达da  LV9 2020年1月15日
爱心12345  LV1 2020年1月9日
我就笑笑  LV12 2019年12月16日
矿泉水  LV30 2019年8月26日
sagdsshhs  LV2 2019年6月26日
最近浏览更多
微信网友_6775263012638720  LV1 2023年12月12日
微信网友_6699076084797440  LV7 2023年10月30日
小安同学  LV7 2023年5月11日
微信网友_6268131861106688  LV5 2022年12月21日
3272047233  LV1 2022年12月14日
balabalawuyu  LV6 2022年11月26日
迷迭香  LV10 2022年9月21日
tree1112666  LV1 2022年8月19日
siriuswolf  LV1 2022年6月23日
冰封111111  LV1 2022年6月23日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友