Brandon A. Spires Group 4 Tuesday, April 5 2011 CS 1635 Milestone #3 Included in submission: Snakeman.c lex.yy.c README.txt --> compile with gcc -o Snakeman Snakeman.c lex.yy.c -lfl --> run as ./Snakeman What works: - All files compile and run in unix. - Snakeman.h will run until the user inputs "exit". - User may input group ID's (i.e. "G1"), which will eventually be used to execute the files associated with their particular assignment Lingering issues: - as of right now, inputting the user id will only return a failed attempt at opening the associated files because they do not exist yet. - the project is currently implemented based upon the user's text input, as the bodyInfo (and GestureRecognition) components were not available for use - The group ID gestures still need to be recorded and added to the kinect file database. Should each group record their own gesture, or should we create generic ones for each group using this component? - The Hero "class" is shaping up to be more of a sub-component of the snakeman component. This is because it would be easier to exchange data between the two entities if they were a part of the same component. As of right now, we do not see any benefits in separating these entities. - The program works best in unix right now. We are currently researching solutions that will allow it to run better in windows.