Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 933 Bytes

File metadata and controls

23 lines (15 loc) · 933 Bytes

Farmania (CSC395)

Farmania is a project created as part of a four-person team as part of Canisius University (then College)'s CSC 395 Java course. The app is a fully-functional farming simulation game which features time-based farming mechanics with random disasters designed to mirror those of modern farming (fire, insects, ...) as well as an embedded shop that allows farmers to sell their harvests for additional resources to further expand their farms (tractors, barns, seeds, ponds, etc.).

Stack

  • Java
  • LibGDX
  • Gradle (build)

Credits

Cory Cherven (https://github.com/Animalmix55) - Team Lead & Development

Anthony Churpita (https://github.com/churpita) - Development & Graphics

Kyle Wells (https://github.com/Wells29) - Development

Anthony Nyguen (https://github.com/ANTONYOH) - Development

Startup

Create an executable fatJar for the desktop app in desktop/build/lib using: % gradlew :desktop:fatJar