The title pretty much says it all, what is the biggest overkill you've ever done?
Now, some you who have Android phones(or maybe even iPhones, not sure if it is available on them) may know of a game called Totemo. It's a pretty fun game, the objective of which is to save these little spirit blobs by highlighting 2, 3 or 4, depending on the level, of the blobs in a row vertically or horizontally. So I got to a level which I just couldn't beat no matter how hard I tried. Granted, I'm not too good at puzzle games, but it is still annoying. So instead of asking for help or looking for a solution, I decided to make a program in Java which would try every possible combination of moves and output the winning move combination. By my estimates, I am about 25% done. And since I'm guessing I'd have to have it running for at least a day, I consider this my biggest recent overkill.
Now, some you who have Android phones(or maybe even iPhones, not sure if it is available on them) may know of a game called Totemo. It's a pretty fun game, the objective of which is to save these little spirit blobs by highlighting 2, 3 or 4, depending on the level, of the blobs in a row vertically or horizontally. So I got to a level which I just couldn't beat no matter how hard I tried. Granted, I'm not too good at puzzle games, but it is still annoying. So instead of asking for help or looking for a solution, I decided to make a program in Java which would try every possible combination of moves and output the winning move combination. By my estimates, I am about 25% done. And since I'm guessing I'd have to have it running for at least a day, I consider this my biggest recent overkill.