← Back to Main

Metroline Docs

The application functions as a metro scheme editor with the ability to create various station types, connect them with tunnels, add rivers, and fully customize the visual representation of the subway map.

1. Station Management

2. Tunnel Management

3. River Management

4. World Management

5. UI and Control

6. Additional Features

Architecture

Core: GameObject → Station/Tunnel/River World: World → GameWorld (tile system) UI: MainFrame → Screens (Menu, Game, Settings) Render: StationRender, TunnelRender, RiverRender Control: Mouse/Keyboard/Click Controllers Utils: Serializer, Logger, Color/Image utilities

License

Copyright (C) 2026 Max A. Vavaev

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.