Basic Flight
Flight Max Simulator Copyright February 2020 Griffith Rock and Roll This is a training simulator for airline pilots. The computer randomly selects a destination represented as a point in 3D space. Your job is to reach the destination by controlling the throttle, the vertical rise, and the heading. Your calculation will have to take into account the wind speed and direction. Your only control of the plane is through the entering of integers when prompted. Non-integers will instantly cause the plane to crash. Be careful, too many failed attempts will automatically trigger the computer's own attempt to calculate the optimum flight path which will most likely overload your system and end the simulation. This is a Java program that can be run in any online Java web compiler. Copy and paste the code into the compiler, and then redo all the quotation marks (as you should already know). Or you could theoretically type this into the Jedona Compiler on your smartphone an...