My WordPress Blog
One of my current projects is the Daily Programmer challenge here. It’s a project to write a program to play a version of a hacking minigame from the Fallout series. Here, I’ll work through my design process for a Python 3.4 implementation. I started by just throwing out a little bit of code. I didn’t expect…