Hi,
I did not do a game, but something related to the domain I am working in, which is drones. It was not super hard, and took me ~ 2 days to complete. I have to say though, that I use replit as my IDE which is very supportive due to its Ghostwriter feature, I actually had a blast coding with it. I am looking forward to the next projects!
Project description:
This is a Python script that calculates the Ground Sampling Distance (GSD) for an Unmanned Aerial Vehicle (UAV). The GSD is the distance between two consecutive pixels on the ground, and it is an important parameter for capturing high-quality aerial images. This script allows you to calculate the GSD based on a set of camera parameters or the flight altitude for a given GSD.
Code: