Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 392 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 392 Bytes

Ball Position Tracker

Program models the elements of a soccer-like game, where a player can kick a ball within the boundaries of a field.

Project Description

Program takes in 2 values indicating player's kick distance and kick angle. It operates by ensuring that the ball stays within the field after being kicked and outputting the updated position of the kicked ball within the field.