cathaypacific8747 / am4

Discord bot and various utilities for the game Airline Manager 4
https://cathaypacific8747.github.io/am4/
MIT License
10 stars 3 forks source link
aviation cpp discordpy fastapi pybind11 python

logo am4

CI

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:

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

overview

Installation (v0.1)

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.