Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 411 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 411 Bytes

Ecosystem-Simulation

A program that simulates the evolution of an ecosystem.It consists of tiles where different kinds of plants and animals live. It also has a time and season simulation system.This is a university project for the Object Oriented Programming course at Winter Semester 2018

Compilation:

make

Running:

./ecosystemSimulation

Clear object files:

make clean