Difference between revisions of "Useful Links"

From Screeps Wiki
Jump to navigation Jump to search
(Basically everything)
(Adding more Starter Kit links)
 
(4 intermediate revisions by the same user not shown)
Line 6: Line 6:
 
* [https://discord.gg/Z7XzJUw7PE Join the Screeps Discord] - Find official announcements, seasons, events, technical support, and discussions within the active Screeps player community.
 
* [https://discord.gg/Z7XzJUw7PE Join the Screeps Discord] - Find official announcements, seasons, events, technical support, and discussions within the active Screeps player community.
   
== Official Docs ==
+
== Documentation ==
   
 
=== Screeps World ===
 
* [https://docs.screeps.com/api/ Screeps API] - Reference manual describing game objects, methods and prototypes.
 
* [https://docs.screeps.com/api/ Screeps API] - Reference manual describing game objects, methods and prototypes.
 
* [https://docs.screeps.com/ Screeps Docs] - Documentation for game mechanics, gameplay, configuration, and other topics.
 
* [https://docs.screeps.com/ Screeps Docs] - Documentation for game mechanics, gameplay, configuration, and other topics.
  +
*[https://lodash.com/docs/3.10.1 Lodash v3.10.1] - Documentation for the Lodash version available in Screeps.
 
*[[Great Filters]] - Reference that describes development approaches in Screeps.
   
== Lodash Docs ==
+
=== Screeps Arena ===
   
* [https://lodash.com/docs/3.10.1 Lodash v3.10.1] - Documentation for the Lodash version available in Screeps.
+
* [https://arena.screeps.com/docs/ Screeps Arena API] - Reference manual for Screeps Arena describing game objects and functions.
 
== Concepts ==
 
 
* [[Great Filters]] - Reference that describes development approaches in Screeps.
 
   
 
== Screeps on YouTube ==
 
== Screeps on YouTube ==
Line 63: Line 62:
   
 
== Screeps Mods ==
 
== Screeps Mods ==
These mods are commonly installed on Screeps Private Servers
+
These mods are commonly installed on Screeps Private Servers.
   
 
* [https://github.com/screepsmods/screepsmod-mongo screepsmod-mongo] - Recommended - Private servers run much better with MongoDB compared to the default LokiJS db.
 
* [https://github.com/screepsmods/screepsmod-mongo screepsmod-mongo] - Recommended - Private servers run much better with MongoDB compared to the default LokiJS db.
Line 100: Line 99:
 
* [https://www.devhax.eu/power-planner Orlet: Power Creep Planner]
 
* [https://www.devhax.eu/power-planner Orlet: Power Creep Planner]
   
== Screeps Libs ==
+
== Open Source Libraries ==
   
 
* [https://github.com/screepers/RoomVisual Screepers: RoomVisual] - A library for visualizing structure placements into your Screeps bot.
 
* [https://github.com/screepers/RoomVisual Screepers: RoomVisual] - A library for visualizing structure placements into your Screeps bot.
Line 108: Line 107:
 
* [https://github.com/sy-harabi/Screeps-Traffic-Manager sy-harabi: Screeps Traffic Manager] - Traffic management library for Screeps.
 
* [https://github.com/sy-harabi/Screeps-Traffic-Manager sy-harabi: Screeps Traffic Manager] - Traffic management library for Screeps.
   
== Other Scripts ==
+
== Other Useful Scripts ==
   
 
* [https://github.com/screepers/screeps-snippets Screepers: screeps-snippets] - Interesting code snippets for posterity.
 
* [https://github.com/screepers/screeps-snippets Screepers: screeps-snippets] - Interesting code snippets for posterity.
 
* [https://github.com/screepers/simpleAllies Screepers: simpleAllies] - An allies communication script commonly used in alliance-based events like Screeps Warfare Championship (SWC).
 
* [https://github.com/screepers/simpleAllies Screepers: simpleAllies] - An allies communication script commonly used in alliance-based events like Screeps Warfare Championship (SWC).
 
* [https://github.com/orgs/screepers/repositories Screepers] - Featuring community-made open source projects for Screeps.
 
* [https://github.com/orgs/screepers/repositories Screepers] - Featuring community-made open source projects for Screeps.
  +
  +
== Screeps API ==
  +
  +
* [https://github.com/screepers/python-screeps/blob/master/docs/Endpoints.md Screeps API Endpoints] - Unofficial documentation describing the Screeps API endpoints.
  +
 
* [https://github.com/screepers/node-screeps-api Screepers: node-screeps-api] - A library for Node.js scripts
  +
 
* [https://github.com/screepers/python-screeps Screepers: python-screeps] - A library for Python scripts
   
 
== TypeScript Types ==
 
== TypeScript Types ==
Line 120: Line 127:
 
* [https://github.com/screepers/typed-screeps-arena Screepers: typed-screeps-arena] - Screeps Arena
 
* [https://github.com/screepers/typed-screeps-arena Screepers: typed-screeps-arena] - Screeps Arena
   
== Starter Kits for Screeps World ==
+
== Starter Kits ==
  +
  +
=== Screeps World ===
   
 
* [https://github.com/screepers/screeps-typescript-starter Screepers: Screeps TypeScript Starter] - TypeScript
 
* [https://github.com/screepers/screeps-typescript-starter Screepers: Screeps TypeScript Starter] - TypeScript
Line 128: Line 137:
   
 
* [https://github.com/rustyscreeps/screeps-starter-rust rustyscreeps: Screeps Starter Rust] - Rust
 
* [https://github.com/rustyscreeps/screeps-starter-rust rustyscreeps: Screeps Starter Rust] - Rust
* [https://github.com/shixish/screeps-starter-rust shixish: Screeps Starter Rust] - Rust
+
*[https://github.com/DroidFreak36/screeps_starter_python DroidFreak: Screeps Starter Python] - Python
 
*[https://github.com/exaV/screeps-kotlin-starter exaV: Screeps Kotlin Starter] - Kotlin
  +
*[https://github.com/thomasfn/ScreepsDotNet/tree/main/ScreepsDotNet.ExampleWorldBot thomasfn: ScreepsDotNet Example World Bot] - C#
   
 
=== Screeps Arena ===
* [https://github.com/daboross/screeps-starter-python daboross: Screeps Starter Python] - Python
 
* [https://github.com/sauvesean/ScreepsStarterPython sauvesean: Screeps Starter Python] - Python
 
 
== Starter Kits for Screeps Arena ==
 
   
 
* [https://github.com/screepers/screeps-arena-javascript-starter Screepers: Screeps Arena JavaScript Starter] - JavaScript
 
* [https://github.com/screepers/screeps-arena-javascript-starter Screepers: Screeps Arena JavaScript Starter] - JavaScript
Line 141: Line 149:
   
 
* [https://github.com/rustyscreeps/screeps-arena-starter-rust rustyscreeps: Screeps Arena Starter Rust] - Rust
 
* [https://github.com/rustyscreeps/screeps-arena-starter-rust rustyscreeps: Screeps Arena Starter Rust] - Rust
  +
*[https://github.com/thomasfn/ScreepsDotNet/tree/main/ScreepsDotNet.ExampleArenaBot thomasfn: ScreepsDotNet Example Arena Bot] - C#
 
== Screeps API ==
 
 
* [https://github.com/screepers/node-screeps-api Screepers: node-screeps-api] - Node.js
 
 
* [https://github.com/screepers/python-screeps Screepers: python-screeps] - Python
 
   
 
[[Category:Community]]
 
[[Category:Community]]

Latest revision as of 15:42, 20 July 2024

These online resources are very valuable, especially to new players.

Discord[edit | edit source]

  • Join the Screeps Discord - Find official announcements, seasons, events, technical support, and discussions within the active Screeps player community.

Documentation[edit | edit source]

Screeps World[edit | edit source]

  • Screeps API - Reference manual describing game objects, methods and prototypes.
  • Screeps Docs - Documentation for game mechanics, gameplay, configuration, and other topics.
  • Lodash v3.10.1 - Documentation for the Lodash version available in Screeps.
  • Great Filters - Reference that describes development approaches in Screeps.

Screeps Arena[edit | edit source]

  • Screeps Arena API - Reference manual for Screeps Arena describing game objects and functions.

Screeps on YouTube[edit | edit source]

  • Screeps Official - From the Screeps dev team, Attack Rank videos and Featured content.
  • th_pion - Screeps nooby guide series.
  • Marvin - Screeps tutorials, event coverage, and Screeps analysis videos.
  • V1kingScreeps - Screeps analysis and speedrun videos.

League of Automated Nations[edit | edit source]

LOAN for short. This site provides an alliance registry, alliance maps, player rankings and more.

Private Server Launchers[edit | edit source]

Custom Launchers[edit | edit source]

These are the community preferred solutions for hosting a private server.

Official Launcher[edit | edit source]

  • GUI Launcher: This launcher comes with the standard version of Screeps World on Steam. It provides a GUI for managing the server, viewing server logs, and a CLI interface to control the server.
  • Console Launcher: Allows launching the server from a command line without the GUI. Prerequisites include Node 10, Python 2, and developer build tools

Screeps Clients[edit | edit source]

Steamless client runs your copy of Screeps in the browser and works with private servers on macOS, Linux and Windows.

Screeps Mods[edit | edit source]

These mods are commonly installed on Screeps Private Servers.

Code Profilers[edit | edit source]

Grafana[edit | edit source]

Building Planners[edit | edit source]

Creep Body Calculators[edit | edit source]

Power Creep Planner[edit | edit source]

Open Source Libraries[edit | edit source]

Other Useful Scripts[edit | edit source]

Screeps API[edit | edit source]

TypeScript Types[edit | edit source]

Starter Kits[edit | edit source]

Screeps World[edit | edit source]

Screeps Arena[edit | edit source]