Difference between revisions of "Useful Links"

From Screeps Wiki
Jump to navigation Jump to search
(Basically everything)
m (Organizing lists)
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 133: Line 142:
 
* [https://github.com/sauvesean/ScreepsStarterPython sauvesean: Screeps Starter Python] - Python
 
* [https://github.com/sauvesean/ScreepsStarterPython sauvesean: Screeps Starter Python] - Python
   
== Starter Kits for Screeps Arena ==
+
=== 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 150:
   
 
* [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
 
== 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]]

Revision as of 15:08, 20 July 2024

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

Discord

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

Documentation

Screeps World

  • 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

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

Screeps on YouTube

  • 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

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

Private Server Launchers

Custom Launchers

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

Official Launcher

  • 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

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

Screeps Mods

These mods are commonly installed on Screeps Private Servers.

Code Profilers

Grafana

Building Planners

Creep Body Calculators

Power Creep Planner

Open Source Libraries

Other Useful Scripts

Screeps API

TypeScript Types

Starter Kits

Screeps World

Screeps Arena