Animal Counter is a Java Swing desktop app that tracks alligators and sheep with interactive controls and a live pixel‑art habitat. Use the buttons to add animals, display counts, or reset counts, while the habitat animates and visually represents the current totals.
- Add alligators (increments by 1)
- Add sheep (increments by 2)
- Display or reset counts (with radio selection)
- Status dialogs for hungry alligators or safe sheep
- Pixel habitat with animated 2D sprites
- Digital-style counters for each animal type
Compile and run using your preferred Java tooling. The main class is animalcounter.AnimalCounterGUIApp.