Game Over

Finally you can die (in two different ways, no less!) and you can also win (by killing everything, of course). So it is officially a game now.

IMGem20171203/em135643.jpg

Unfortunately, my program code grew so big, that the tiny device doesn't have enough memory to parse it (it has a Python interpreter on board). There is a solution for this: parse it on the computer and upload the bytecode file. It makes the development a little more inconvenient, by adding the extra compilation and copying steps, but the game works.

Oh, before I thought about that, I removed the score from the game in an attempt to reduce code size. I don't like scores anyways, so I didn't put it back.

Now for the secret feature... I'm not so sure it's a good idea anymore, but let's try it anyways.