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.
- Host: GitHub
- URL: https://github.com/daboross/screeps-pyconsole
- Owner: daboross
- License: mit
- Created: 2016-12-27T11:23:43.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-13T06:47:22.000Z (almost 9 years ago)
- Last Synced: 2025-01-30T14:27:02.336Z (over 1 year ago)
- Language: Python
- Size: 17.6 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.