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:
src/am4/utils
)src/am4/api
)src/am4/db
) 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.
For the latest core utils:
pip install am4
For the bot and API, clone the repository and run:
docker build -t am4 .
docker run -d -p 8002:8002 -p 8090:8090 --name am4-dev am4
Please see the documentation for detailed formulae, installation and usage guides.