An open API service indexing awesome lists of open source software.

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.

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.