Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 1.53 KB

README.md

File metadata and controls

46 lines (28 loc) · 1.53 KB

Darwin World - simulating the life of animals

(Herbivorous wolfs in this case 😉)

Project at the end of the Object-Oriented-Programming course.

App in action:

Example GIF

App details:

Map version: Equator

The following images depict map versions with the equator positioned at the center. The equator is a favorable location for plant growth.

Equator map Big equator map

Map version: Poisonous

The following images depict a map with a poisonous area. In the poisonous area, some of the growing plants are poisonous (marked in red) and they take energy from animals after they eat them.

Poisonous map Big poisonous map

Design patterns:

  • observer (we used observer to notify UI about changes in the simulation, world, and animals)

Authors:

License:

This project is licensed under the MIT License - see the LICENSE file for details.