fanioz / AI-Trans

Trans AI is in-game 'computer' player to beat you playing OpenTTD. It try to transporting cargoes from/to any towns and industries using Bus, Truck, Tram, Train, Aircraft and Ship. In the future it would try to use all available vehicles. Current strategy is try to use only one type of industry (if possible) as the destination of transporting cargo named "Cargo Concept", As described
GNU General Public License v2.0
3 stars 0 forks source link
ai openttd scripting-language

Trans AI

Trans is an AI for OpenTTD. It try to transporting cargoes from/to any towns and industries using Bus, Truck, Tram, Aircraft and Ship. In the future it would try to use all available vehicles. Current strategy is try to use only one type of industry (if possible) as the destination of transporting cargo named Cargo Concept. See implemented feature at ROADMAP.md.

What is this repository for?

How do I get set up?

Versioning

We uses rolling release model with YYMMDD format for versioning. This number is generated by script bundle.ps1 according to the latest commit date. If you are cloning the AI directly to ai folder, you will get the version number years ahead as written in info.nut. This is to ensure that you are running the latest version from repository. For the last bananas versions, see the bananas tags.

Licensing

Trans AI is licensed under the GNU General Public License version 2.0. For the complete license text, see the file license.txt. This license applies to all files in this distribution. By contributing your code, you agree to license your contribution under the GNU GPL v2 License.

Contributing

Using the issue tracker

The issue tracker is the preferred channel for bug reports, features requests and submitting pull requests, refer to ROADMAP.md for contributing.

Authors