Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 883 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 883 Bytes

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. Please do to the the development branch unless there is a good reason not to.