HiddenWords Wiki
Find as much words you can in a schema (game console based).
Brought to you by:
antonioalonzi85
This project uses maven.
In order to start developing you need to install maven and follow these steps:
checkout source code with the command in here.
# move to the folder
cd trunk/hiddenwords-parent
# install the project for eclipse
mvn install -DdownloadSources=true -DdownloadJavadocs=true eclipse:eclipse
After installing the project it is possible to launch the application using:
# entering in the folder where the runnable jar is
cd trunk/hiddenwords-LANG/target
# running the project
java -jar hidden-words-VERSION-jar-with-dependencies.jar
Now it is possible to import the projects you are interested in into eclipse and start working with it.
# File -> Import -> Existing Projects into Workspace -> Next -> Browse (the project you want to import) -> deselect Copy Projects into Workspace -> Finish
You can find the entire documentation inline the project as javadoc.
Enjoy!