https://github.com/zofiagrodecka/evolution-generator
Project implemented during Object-Oriented Programming course in 2nd year of Computer Science at the AGH UST in 2020.
https://github.com/zofiagrodecka/evolution-generator
Last synced: about 1 year ago
JSON representation
Project implemented during Object-Oriented Programming course in 2nd year of Computer Science at the AGH UST in 2020.
- Host: GitHub
- URL: https://github.com/zofiagrodecka/evolution-generator
- Owner: zofiagrodecka
- Created: 2020-12-18T16:03:18.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-16T14:27:54.000Z (over 4 years ago)
- Last Synced: 2025-01-23T20:44:08.184Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Evolution generator
Project implemented during Object-Oriented Programming course in 2nd year of Computer Science at the AGH UST in 2020.
It is a simulation of animal world, enabling species to eat plants, move, reproduce and die if they are out of energy given by a plant.
Moreover, the application enables a user to pause and resume the simulation, to follow what happend with the selected animal after specified period of time and shows current dominant animal.
Detailed description in polish: https://github.com/apohllo/obiektowe-lab/tree/master/proj1.
It is written in Java with the usage of Swing library.