gawk -f simulator.awk
k
— takeoffj
— landinga
— move leftd
— move rightw
— increase speed in-flights
— decrease speed in-flighth
— turn leftl
— turn right1 2 3 4
— select color schemesq
— quit
An aviation simulator written in gawk. The goal of the game is to fly the plane across the map and land on the runway, marked with >
and <
symbols on the sides. Landing is only possible at minimum speed. Turns are made at 90 degrees with drift, meaning the plane will continue moving forward due to inertia. When flying off the edge of the map, the player reappears on the opposite side.
- 150 km/h — 1 cell
- 180 km/h — 1.2 cells
- 210 km/h — 1.4 cells
- 240 km/h — 1.6 cells
- 270 km/h — 1.8 cells