ECE 2524

Introduction to Unix for Engineers

Review of Text Adventure Game

Usage

The program is very easy to use, the readme file has everything you need to know about the project in it. It even tells you how to play the game and gives you some background about the game. I cant wait to see a finished product of this game.

Style

The code is well organized, multiple classes were used to house the different objects needed in the project and everything was easy to navigate through. The only thing I was a bit disapointed about was that the program was written in Java instead of python which we worked with during the semester.

Philosophy

This project was very Unixy, it followed the rules of simplicity, composition, and modularity. The code is very easy to follow for anyone who has worked with Java, my only gripe is that there should be some more commenting to explain things better. Other than that the project does a great job embodying the Unix design philosophy.