April 18th (Sunny 28°)

well, I think maybe I have already finish my pyweek :) Currently, I have done what I want, creat a bi-tetris game, left one with odd falling piece, but when the piece stop, become normal. left one with normal falling piece, but when stop, change to odd shape. My initial throught is alternatively masking the left and right screen. but someone already have that idea. Then I change it, I want to switch the piece between screen, but I found there is some problems,say, how to do the swap operation? double tap? or just use left/right control the swapping. and during the test, I found I can not focus my concentration between the two screen. So I finally get a idea, if left screen clear the lines, the right screen get a punishment, it would grow lines. that is also how two-player vs tetris plays :)



Anyway, I found the philosophy is in my game, you can not do two things well at one time. :)


OK, Maybe I should get back to my work, the left days just do some minor changes and package it :) Pyweek is good, while life is hard :)


My code (need kivy)


screenshot

(log in to comment)

Comments

This looks like it will be fiendishly difficult :) I'm terrible at multi tasking. Will you make an android package again?
yeah, already made the android package, I also use pyinstaller to package it for windows, but poorly not for MacOS or iOS :)