ECE 2524

Introduction to Unix for Engineers

yeah~ It's RPG game

Usage

  1. The reademe file give user a great detail with the background of the game, the instruction about how tp play. They even mentioned what kind of unix philosophy they used. Overall, great story with detail background.
  2. This game can compile very easy in shell. They include a makefile make the program can be compiled in unix based system. The executing is no problem.
  3. It is a rpg game, the player has hp, armor and so on. So, it dose work as advertised.

Style

The code is well organized, they put all the nest code in header file and in main file, they just has some interface. They also use a class to manage all the data. The animation.h is very impressive. When the attack animation show up, I was shocked! This idea that let the actor do some action is awesome. I almost forget this is a text based game.

Philosophy

This game followed the rule of modularity, composition, simplicity, transparency. The code is easy to read for anyone who has did C++ before. However it need some comment to explain what dose what. With more comment in this game, it will become a good open source code for the unix community. I hope your guys can add level or maybe some skill to this game system. A map option may make the game content more intresting. The act 1 is nice, I really expect the act 2 and act 3. Keep the good work up and continue develop this game~