Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 984 Bytes

File metadata and controls

27 lines (16 loc) · 984 Bytes

Valentines Day Card

demo1

The goal of this project was to create a cheerful digital Valentines day card as a fun side project. This was accomplished using JavaFX to protray a animation of hearts that move randomly across the screen with a message in the middle. Since Java Fx does not have a premade Heart Shape I created a method that takes in a radius and returns a Heart of that size using two semicircles and a triangle. I then set the Hearts translation path to take in a random value positive or negative, to ensure they start in a random postion and move in a random direction.

Getting Started

To run this project open IntelliJ and import a project from version control and insert the URL of this repository.

Step 1

Then run the Main.java file.

Step 2

Built With

  • IntelliJ - IDE
  • JavaFX - Framework for animations

Authors

  • Kyle Dennison - KyleDennison