Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 450 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 450 Bytes

Snowfall Simulation

An application that simulates a snowstorm written in JavaFX.

How to Run the Application

  1. Clone this repository
  2. Open the project in your preferred IDE
  3. Or run the following command on Windows
gradlew run

On Linux/Mac

./gradlew run 

Demo

alt

License

This project is licensed under the MIT License - see LICENSE file for details.