This is a short post. Mostly because it’s not something complicated. Anyways…Today I wrote some small space invaders-ish program in python. You can find the code for it here. I’m trying to get the hang of curses. Here is what it ended up to be:
Month: January 2018
I always wanted to write game of life but never had time. So this week I wrote it in python. Here you can find the code. Its probably not the easiest way or most strait forward but its the first version. I wrote it in half an hour maybe. I eventually spent quite some time …
A while back in late 2016/early 2017, we faced the following problem: Let’s assume you have a set of online concurrent checkers (regardless of how they are generated!), and you want to deploy a subset of them (which can be as big as the original set) on a chip. You have two factors; Fault coverage …