https://github.com/cyrilsebastian1811/plant_growth_simulator
1st Sem Project-OOD
https://github.com/cyrilsebastian1811/plant_growth_simulator
Last synced: 2 months ago
JSON representation
1st Sem Project-OOD
- Host: GitHub
- URL: https://github.com/cyrilsebastian1811/plant_growth_simulator
- Owner: cyrilsebastian1811
- Created: 2019-01-23T06:11:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-23T06:30:37.000Z (over 6 years ago)
- Last Synced: 2025-01-21T16:14:39.107Z (4 months ago)
- Language: Java
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadME.md
Awesome Lists containing this project
README
# Plant_Growth_Simulator.
This is a Jswing simulation of a plant's growth, the app lets you select different rules and the number of generations. The simulation can be stoped mid way and the rule can be changed, and then resumed again.Makes use of Singleton and Obervable-Observer Pattern, also makes use of Threads