Changes
'''Projectile Motion Simulator (PMS)''' is a small piece of software coded in Locomotive BASIC that allows to draw the trajectories of a projectile launched with a certain initial speed and shooting angle. The program was coded in mode 0 by José M. Campiña (@jomicamp ) for Rainbow Graphics in 2019. José Javier Garcia Aranda from 8 bits of power (8BP) provided a small routine for bank switching. Once loadedwith RUN"DISC.BAS", a colourful picture governs the screen while the program asks you to introduce the starting speed of the projectile (bullet, stone, javelin and so on) and the launching angle. Then the program will draw its trajectory and will supply the calculated values of range (the total distance in the x axis) and the maximum height reached during its fly. We can also play with gravity. For these purposes we can modify the gravitatory acceleration constant in multiples of G (-9.8 m/s2). Of course, this program is intended for pedagogical purposes and it is not indicated for accurate analysis. It does not consider the effect of friction with the atmosphere neither the mass of the projectile.
You may download the latest version [https://rainbowgraphics4cpc.wordpress.com/2019/05/18/projectile-motion-simulator/ here]:
[[File:PMS20-3.jpg|thumbnail|Screenshot from PMS 2.0]]