Some simulators of different topics.
You will find a directory for each simulator
Some simulations of different models
- WaterBottel: simulation of a bottel full with water that empties with a valve.
Classical hanoi towers problem simulator. User is able to set number of discs and velocity on witch simulator is going to run.
On src directory you will find com.hanoiTowers where the core of simulator is located. To run this simulator, import it on your favorite IDE just like a normal java project and run Main class.
THIS README IS OUT OF DATE