#Mind Reader
##Introduction The Mind Reader is an application capable of knowing the number on your mind based on how you answer the questions provided by it.
##Programming Environment Eclipse. If you're using Eclipse, you can simply import the whole project.
##Directories ###src Contains the source code.
###build Contains the compiled Java classes.
###docs Contains the documents for describing the classes, methods, and instance variables. This has been automatically generated by JavaDoc.
###dist Contains the executable jar file for the application.
###build.xml The Ant buildfile for compiling, creating the docs, and for creating the jar file. Run this whenever there is changes in the source code.