Day 2
So this is progress I did today:- I made laser
 - I drew character (yesterday I used image from last PyWeek)
 - I made character animation having image for each direction
 - I drew level art and made 1 level
 - I improved language a lot
 
It's new program which tells robot to move right if it's on ground and it works.
What took my time today:
| What | How much | 
|---|---|
| Non PyWeek stuff | 1 hour | 
| Art and level making | 2 hours | 
| Improving language | 5 hours | 
| Improving robot | 2 hours | 
| Dealing with Mind issues | 3 hours | 
| Dealing with python re | 3 hours | 
You might thought that I'm changing Mind but I didn't inherit Mind classes, I decided to solve it on other way.
And for Regular Expression, well I tried splitting string by | or & but not by || and answer is: re.split("(?<!\|)[|&](?!\|)", s)
I didn't use re besides that.
Don't deal with languages if you don't know re and if you want to make programming game for PyWeek you better know re unless you have a lot of time