Observer Design Pattern Implementation
This is an implementation of a Simon Game using Observer Pattern.
For complete description of problem please refer the following link:
https://sites.google.com/site/pqs2011fa/problem-sets/problem-set-2-1
To run the code use the following command:
ant compile
ant jar
ant run