/game-of-life

Simple game of life in Java (and Swing)

Primary LanguageJava

Description

Simple simulation of a world with animals and plants. Animals can move around the map, eat plants and animals, reproduce and die. Plants can spread around the map and be eaten by animals. Moreover animals and plants have their own special abilities. The simulation also implements a human that the player can control.

The purpose of this project is to learn more about object-oriented programming in Java.

This project was completed as part of the second semester curriculum at the Gdansk University of Technology.

Preview

image