Screeps Interactive Console from your Terminal


  • Culture

    I put together a new tool that lets people run the screeps console from outside of the screeps website-

    https://github.com/tedivm/screeps_console

    This has two modes. Using the 'console.py' app you can stream your console output to stdout, allowing you to watch it or save it in a file.

    The second tool is an interactive shell. It's ncurses based and has a window for monitoring your console output and in input for running your commands. 

    This is just getting started, and I'm open to pull requests.

    Here's a screenshot of it in action-