Flight Control Simulation

Simulating Flight Control Since 2022

Warning: this is not for the faint of heart. Or the faint of stomach. Or anyone who has ever experienced actual turbulence.

This simulator has been certified by the Galactic Flight Control Association (GFCA) as the most realistic and least likely to induce vomiting.

Simulated Flight Data

Altitude: 10,000 meters

Speed: 200 km/h

Course: Heading towards certain doom

body { font-family: 'Arial', Arial, sans-serif; background: #333; border: 4px solid black; width: 100%; margin: 0 auto; padding: 0; -webkit-font-smoothing: true; box-sizing: border-box; } h1 { border-bottom: 4px solid black; padding: 10px; font-family: 'Arial Black', Arial, sans-serif; font-size: 36px; font-weight: bold; color: #FFC000; background: linear-gradient(to bottom, #FFD700, #FF9900); text-align: center; text-transform: uppercase; letter-spacing: 2px; margin: 0 0 10px 0; box-shadow: 0 0 4px 0 black inset; } h2 { font-weight: bold; color: #C0C0C0; background: linear-gradient(to bottom, #666, #999); padding: 5px 10px; text-align: center; border-bottom: 1px solid #666; margin: 10px 0; } p { font-size: 16px; font-family: 'Arial', Arial, sans-serif; line-height: 20px; color: #999; margin: 10px 0; text-align: center; background: #555; border: 1px solid #777; padding: 5px 10px; box-shadow: 0 0 4px 0 black inset; } ul { list-style: none; padding: 0; margin: 0; list-style-position: inside; } li { display: inline-block; margin: 10px; padding: 10px 20px; border-right: 4px solid black; background: #333; background-image: linear-gradient(to bottom, #666, #999); background-position: bottom; background-size: 100% 4px; background-repeat: repeat-x; -webkit-user-select: none; -webkit-user-select: none; } a { text-decoration: none; font-size: 16px; font-family: 'Arial', Arial, sans-serif; color: #FFC000; background: #333; background-clip: padding-box; border: 0px solid #777; border-radius: 10px; padding: 5px 10px; } button { background: #66CCCC; border: none; border-radius: 10px; padding: 10px 20px; font-size: 16px; font-weight: bold; color: #FFFFFF; cursor: pointer; -webkit-appearance: none; box-shadow: 0 0 4px 0 black inset; } button:hover { background: #33CCFF; } button:active { background: #66CCCC; box-shadow: 0 0 4px 0 black inset; transform: scale(0.9); }