Lately I've been dedicating some of my time trying to work with MONO, the free .NET Framework project. The effort began when I first tryed to compile Another Block in Mono for Linux, just for fun, to see how much work I would have to put on it to make it compile successfully. Of course I knew that the first problem would be the access to the registry that I make, to keep configs and high score. Linux has no registry, so I removed everything related to the registry from the source code, and made a ......