30 lines
1.0 KiB
Org Mode
30 lines
1.0 KiB
Org Mode
* Screeps
|
|
|
|
(scripted creeps). Online programming game. Simulate a growing colony. Manage resource harvesting and building with JavaScript Code.
|
|
|
|
Single Player Sandbox: https://screeps.com/a/#!/sim/survival
|
|
|
|
- reddit: https://www.reddit.com/r/screeps/
|
|
-
|
|
|
|
|
|
** manage code
|
|
*TODO*
|
|
|
|
- https://docs.screeps.com/commit.html
|
|
- API: https://docs.screeps.com/api/
|
|
- Creep Cost and Build planner https://screeps.admon.dev/creep-designer
|
|
- find support for alternative programming languages: https://docs.screeps.com/third-party.html
|
|
|
|
** private server and mods
|
|
|
|
- start here: https://www.reddit.com/r/screeps/comments/orvw47/no_private_server_without_steam/
|
|
- https://docs.screeps.com/contributed/ps_ubuntu.html
|
|
- simple client: https://github.com/ricochet1k/screeps-client (PIXI.js)
|
|
- 3D client: https://github.com/thmsndk/Screeps3D
|
|
- https://github.com/ScreepsMods/screepsmod-auth for user/password auth
|
|
- https://github.com/ScreepsMods/screepsmod-admin-utils
|
|
- ? modern approach to run in docker https://gitlab.demannu.com/demannu/screeps_docker/-/tree/master/config
|
|
|