diff --git a/.idea/workspace.xml b/.idea/workspace.xml index d8de1ef87426f2944da0fd69d9a689196e4c9529..2811045fd07ca15fc5cacc85d9d1f660da3d189b 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,95 +2,7 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + @@ -138,8 +50,8 @@ - - + + @@ -150,7 +62,7 @@ - + @@ -180,8 +92,8 @@ - - + + @@ -190,7 +102,7 @@ - + @@ -214,7 +126,7 @@ - + @@ -263,9 +175,6 @@ true DEFINITION_ORDER - - - @@ -510,32 +419,33 @@ 1482237015751 + - - + - + - - - + + + @@ -554,23 +464,86 @@ - + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - + + + + + + + + + + - + + + + + + + + + + + + @@ -596,7 +569,6 @@ - @@ -611,7 +583,6 @@ - @@ -619,9 +590,6 @@ - - - @@ -629,9 +597,6 @@ - - - @@ -639,7 +604,6 @@ - @@ -647,7 +611,6 @@ - @@ -655,7 +618,6 @@ - @@ -663,9 +625,6 @@ - - - @@ -673,9 +632,6 @@ - - - @@ -683,9 +639,6 @@ - - - @@ -693,7 +646,6 @@ - @@ -701,7 +653,6 @@ - @@ -709,7 +660,6 @@ - @@ -717,7 +667,6 @@ - @@ -725,9 +674,6 @@ - - - @@ -735,25 +681,14 @@ - - - - - - - - - + - - - @@ -761,11 +696,6 @@ - - - - - @@ -773,9 +703,6 @@ - - - @@ -783,10 +710,6 @@ - - - - @@ -794,9 +717,6 @@ - - - @@ -804,9 +724,6 @@ - - - @@ -814,9 +731,6 @@ - - - @@ -824,9 +738,6 @@ - - - @@ -834,9 +745,6 @@ - - - @@ -844,7 +752,6 @@ - @@ -860,7 +767,7 @@ - + @@ -870,8 +777,8 @@ - - + + @@ -898,7 +805,7 @@ - + @@ -908,7 +815,7 @@ - + @@ -932,8 +839,8 @@ - - + + diff --git a/README.md b/README.md index 8952d6726c1aab4aeb19d2fe508dc4e35e338d3c..90b62b5494d34a646430024ae6280e34be16c1dd 100644 --- a/README.md +++ b/README.md @@ -1,24 +1,35 @@ # 用React+Redux+Immutable做 《俄罗斯方块》。 # Use Tetact, Redux, Immutable to coding "Tetris". -------------------------------------------- +### 玩 | Play +中文:[https://chvin.github.io/react-tetris/](https://chvin.github.io/react-tetris/) + +English: [https://chvin.github.io/react-tetris/?lan=en](https://chvin.github.io/react-tetris/?lan=en) ### 安装 | Install + ``` npm install ``` ### 开发 | Development + ``` npm start ``` open [http://0.0.0.0:8080/](http://0.0.0.0:8080/) ### 打包 | Build -## Mac: +#### Mac: + ``` npm run MacBuild ``` -## Windows: + +#### Windows: + ``` npm run WindowsBuild ``` + +