admon84 / simpleAllies

Allows for simple communication between allies using a public segment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Allies

Simple Allies is a tool for Screeps that simplifies ally communication. It provides a data model for segment communication, facilitating requests for resources, defense, attacks, hostility, work, funneling, and scouting. This is designed to enhance alliance cooperation and strategic gameplay.

Usage

To integrate Simple Allies into your Screeps bot, import the necessary components from the project and incorporate them into your code.

Code

For more details, refer to the source code:

  • TypeScript source code: src/
  • Built JavaScript code: dist/

Please note that the JavaScript code is generated from the TypeScript source code and should be functionally identical.

Contributing

Contributions are welcome! Feel free to submit a pull request.

About

Allows for simple communication between allies using a public segment

License:MIT License


Languages

Language:TypeScript 95.8%Language:JavaScript 4.2%