Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 720 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 720 Bytes

spirecomm

A package for using Communication Mod with Slay the Spire, plus a simple AI

Communication Mod

Communication Mod is a mod that allows communication between Slay the Spire and an external process. It can be found here:

https://github.com/ForgottenArbiter/CommunicationMod

The spirecomm package facilitates communicating with Slay the Spire through Communication Mod and accessing the state of the game.

Requirements:

  • Python 3.5+
  • kivy, only for the example GUI for Communication Mod, found in utilities

Running the AI:

To run a simple Slay the Spire AI, configure Communication Mod to run main.py

Installing spirecomm:

Run python setup.py install from the distribution root directory