A free small open-source variant of http://screeps.com that uses Python 3 to be hosted on private home servers
Find a file
2016-02-28 21:41:07 +01:00
.gitignore Initial commit 2016-02-28 18:22:25 +01:00
LICENSE.md Create LICENSE.md with CC by-nc-sa 4.0 2016-02-28 18:37:08 +01:00
README.md Add some important stuff to implement I think of 2016-02-28 21:41:07 +01:00

ScreePy

A free small open-source variant of screeps.com that uses Python 3 to be hosted on private home servers.

This project is still in its early development phase, there are no working examples yet. Please be patient.


##Important stuff that needs to be implemented:

  • efficient database storage with intelligent caching of frequently used data
  • safe player script execution in a protected environment limited to a small set of possible imports and without any chance to perform any disk or network I/O or modify the system
  • way to determine and limit maximum execution CPU time per player script per game tick
  • more to come...