An open API service indexing awesome lists of open source software.

https://github.com/daboross/screeps-pyconsole

Extremely simple python 3 screeps.com game console.
https://github.com/daboross/screeps-pyconsole

Last synced: over 1 year ago
JSON representation

Extremely simple python 3 screeps.com game console.

Awesome Lists containing this project

README

          

screeps-pyconsole
=================

Extremely simple python 3 [screeps](https://screeps.com) game console.

Uses asyncio and GNU readline (through the python readline builtin) to create a console interface. Requires Python version 3.4.4+.

This project does not support much, but it should provide a solid, easily modifyable base.

To setup, copy `console.default.json` to `console.json`, add in credentials, and run the `./run` shell script.