Skip to content

Airline Manager 4ยค

Airline Manager 4 is an online multiplayer game whose goal is to build an airline from scratch. Rapid progression in the game requires thorough market research and route planning to high demand destinations, while considering recurring fuel/CO2 costs, and conforming to aircraft range/runway requirement constraints.

The weekly leaderboards and alliances are highly competitive arenas which require extensive knowledge in the game: this repository contains a set of high-performance foundational tools, built for the more technical-oriented players. The project is structured as follows:

  • core calculations written in C++ for exhaustive searches (src/am4/utils)
  • a Python web API exposing the core (src/am4/api)
  • an sqlite database storing user settings (src/am4/db)
  • a Python discord bot for our community (src/am4/bot)

A new version (v0.2) is currently under development* so you can run it on the web (am4help.com) and completely offline.

  • core library in Rust (am4)
  • a web frontend using WASM (am4-web)
  • a discord bot
overview