Weeding
A simple game centered around pulling weeds.
Written in Java using Eclipse IDE.
To run in Eclipse, you may have to add one of these (depending on your operating system) to the VM Arguments:
Linux: -Djava.library.path="lib/natives/linux"
Windows: -Djava.library.path="lib/natives/windows"
Mac OSX: -Djava.library.path="lib/natives/macosx"