my review
Usage
This project was very simple to compile and play. I simply ran make and then ./DTT0. The instructions were easy and simple to follow. The game ran well with no noticable bugs.
Style
The code was very clean and simple to follow. I liked how they took a lot of the logic out of the main function and put that into other modules.
Philosophy
I think this project followed the unix philosophy pretty well. Everything seemed to be very simple and well thought out in its seperation from the main program. There was very clean output, only outputting what was necessary for the game.