
EXAPUNKS Finished! Here's my solutions...
Okay, I have been working on EXAPUNKS the last few weekends, and dreaming about it most nights. But I’m done with the main plot; got the achievement for proof, and I’m going to exorcise the game by writing down how I solved each puzzle. First, some of my solutions are optimal, some are terrible, most fall somewhere in between. The first rule of programming is to get something working. Once you have an implementation, then you can go back and refactor; many times, your first pass is good enough. My boss used to tell me not to let the perfect be the enemy of the good; a good solution that produces the desired results is better than a perfect solution that is never finished. You’ll see what I mean by that when I get to some of my solutions. ...


