Skip to content

QuertyCube/MyEmurgoHaskellProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How To Run My Bouncing Ball Project

Run the project with

cabal run

Example of input in program

Enter Start Velocity (1,2,...): 
1
Enter Max Velocity: 
5
Enter Size Frame (width): 
700
Enter Size Frame (height): 
800
Enter added speed when the ball bounces: 
1

after the program runs, it will write a log to the terminal and also to "log.txt" which records the x and y positions of the ball when it bounces

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published