Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 481 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 481 Bytes

Java-Critter

Graphical simulation of a 2D world of animals with several client program classes

About

This Assignment focuses on classes and objects. By designning, developing and testing 4 class: Bear.java, Lion.java, Giant.java, and Husky.java. Finally runned given CritterMain.java to start the simulation.

The simulation looks like this: Critter-Java

The fully assignment description could be found under Assignment - Description folder.