Difference between revisions of "Useful Links"

From Screeps Wiki
Jump to navigation Jump to search
(Switched old Slack link for a Discord server link)
(Basically everything)
Line 1: Line 1:
 
[[Category:Stubs]]
 
[[Category:Stubs]]
{{Stub}}
 
 
 
These online resources are very valuable, especially to new players.
 
These online resources are very valuable, especially to new players.
   
== [https://discord.gg/Z7XzJUw7PE Discord] ==
+
== Discord ==
  +
On our Discord server, you can chat with other players and get technical help and advice on game strategy.
 
  +
* [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 ==
  +
  +
* [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.
  +
  +
== Lodash Docs ==
  +
  +
* [https://lodash.com/docs/3.10.1 Lodash v3.10.1] - Documentation for the Lodash version available in Screeps.
  +
  +
== Concepts ==
  +
  +
* [[Great Filters]] - Reference that describes development approaches in Screeps.
  +
  +
== Screeps on YouTube ==
  +
  +
* [https://www.youtube.com/@screeps3952/videos Screeps Official] - From the Screeps dev team, Attack Rank videos and Featured content.
  +
* [https://www.youtube.com/watch?v=edBMmOAfJ-Q&list=PL0EZQ169YGlor5rzeJEYYPE3tGYT2zGT2 th_pion] - Screeps nooby guide series.
  +
  +
* [https://www.youtube.com/watch?v=N7KMOG8C5vA&list=PLw9di5JwI6p-HUP0yPUxciaEjrsFb2kR2 Atanner Gaming] - Screeps tutorial series.
  +
  +
* [https://www.youtube.com/watch?v=dWP3VRKmV4Q&list=PL1m2M8LQlzfKndesWcReHzj9-zq1qP2CG Learn Code By Gaming] - Screeps tutorial walkthrough for beginners.
  +
  +
* [https://www.youtube.com/watch?v=OhBLmkiTZe4&list=PLCRhjmqETCePxmtB2mKScrJB_SCAI6jqw KarateSnoopy] - Let's Play Screeps series.
  +
  +
* [https://www.youtube.com/@MarvinTMB/playlists Marvin] - Screeps tutorials, event coverage, and Screeps analysis videos.
  +
* [https://www.youtube.com/@V1kingScreeps/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.
  +
  +
* Visit the website: [http://www.leagueofautomatednations.com/ League of Automated Nations]
  +
* [https://github.com/LeagueOfAutomatedNations LOAN GitHub] for a browser extension and other projects.
  +
  +
== Private Server Launchers ==
  +
  +
=== Custom Launchers ===
  +
These are the community preferred solutions for hosting a private server.
  +
  +
* [https://github.com/Jomik/screeps-server Jomik: Screeps Server] - Easy to use, Docker-based.
  +
* [https://github.com/screepers/screeps-launcher Screeps Launcher] - Supports both Docker and direct setups.
  +
  +
=== 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.
  +
  +
* [https://github.com/screepers/steamless-client screepers-steamless-client] - Screepers version is updated with additional features.
  +
  +
* [https://github.com/laverdet/screeps-steamless-client screeps-steamless-client] - Original Screeps steamless client.
  +
* [https://github.com/laverdet/xxscreeps xxscreeps] - Optimized rewrite of the Screeps client.
  +
* [https://github.com/thmsndk/Screeps3D Screeps3D] - 3D client for Screeps.
  +
  +
== Screeps Mods ==
  +
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-auth screepsmod-auth] - Recommended - Adds basic auth and allows players to upload scripts via API
  +
* [https://github.com/ScreepsMods/screepsmod-admin-utils screepsmod-admin-utils] - Useful commands for server admins.
  +
* [https://github.com/ScreepsMods/screepsmod-market screepsmod-market]
  +
* [https://github.com/ScreepsMods/screepsmod-history screepsmod-history] - ''Warning: may corrupt server after 1M ticks.''
  +
* [https://github.com/admon84/screepsmod-speedrun screepsmod-speedrun] - Removes bots and disables invaders for a speedrun.
  +
* [https://github.com/orgs/ScreepsMods/repositories ScreepsMods]
  +
  +
== Code Profilers ==
  +
  +
* [https://github.com/gdborton/screeps-profiler gdborton: Screeps Profiler] - JavaScript
  +
* [https://github.com/screepers/screeps-typescript-profiler Screepers: Screeps TypeScript Profiler] - TypeScript
  +
* [https://github.com/snorrwe/screeps-profiler snorrwe: screeps-profiler] - Rust
  +
* [https://github.com/benjamingorman/banan benjamingorman: banan] - Flame graph
  +
  +
== Grafana ==
  +
  +
* [https://github.com/screepers/ScreepsGrafanaV2 Screepers: ScreepsGrafanaV2] - Self-host Grafana service for your Screeps bot.
  +
  +
== Building Planners ==
  +
  +
* [https://screepers.github.io/screeps-tools/#/building-planner Screepers: Screeps Tools Building Planner] - The most feature rich building planner + creep stats calculator.
  +
* [https://admon84.github.io/screeps-tools/#/building-planner admon84: Screeps Tools Building Planner (1.0)] + creep stats calculator.
  +
* [https://screeps-room-planner.vercel.app/ admon84: Screeps Room Planner (2.0)]
  +
* [https://github.com/Arcath/screeps-tools Arcath: Screeps Tools] + creep stats calculator.
  +
  +
== Creep Body Calculators ==
  +
  +
* [https://codepen.io/o4kapuk/full/ZKeorE o4kapuk: Creep body calculator] - The most trustworthy source for calculating creep stats.
  +
* [http://codepen.io/PhillipK/full/wzLaWJ PhillipK: Creep body calculator] - Another version that appears to be based on o4's.
  +
  +
== Power Creep Planner ==
  +
  +
* [https://www.devhax.eu/power-planner Orlet: Power Creep Planner]
  +
  +
== Screeps Libs ==
  +
  +
* [https://github.com/screepers/RoomVisual Screepers: RoomVisual] - A library for visualizing structure placements into your Screeps bot.
  +
* [https://github.com/screepers/Traveler Screepers: Traveler] - Updated version of Travler.
  +
* [https://github.com/bonzaiferroni/Traveler bonzai: Traveler] - Wiki pages with additional notes about Traveler.
  +
* [https://github.com/glitchassassin/screeps-cartographer glitchassassin: screeps-cartographer] - Advanced movement library for Screeps.
  +
* [https://github.com/sy-harabi/Screeps-Traffic-Manager sy-harabi: Screeps Traffic Manager] - Traffic management library for Screeps.
  +
  +
== Other Scripts ==
  +
  +
* [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/orgs/screepers/repositories Screepers] - Featuring community-made open source projects for Screeps.
  +
  +
== TypeScript Types ==
  +
  +
* [https://github.com/screepers/typed-screeps Screepers: typed-screeps] - Screeps World
  +
  +
* [https://github.com/screepers/typed-screeps-arena Screepers: typed-screeps-arena] - Screeps Arena
   
  +
== Starter Kits for Screeps World ==
== [https://docs.screeps.com/api/ API Docs] ==
 
The documentation is a valuable reference.
 
   
  +
* [https://github.com/screepers/screeps-typescript-starter Screepers: Screeps TypeScript Starter] - TypeScript
== [http://www.leagueofautomatednations.com/map LOAN Alliance Tracking Site] ==
 
On the loan site you can view a map of all registered [[alliances]] and much more. Check their [https://github.com/LeagueOfAutomatedNations GitHub] for a browser extension and other projects.
 
   
  +
* [https://github.com/eduter/screeps-typescript-jest-starter eduter: Screeps TypeScript Jest Starter] - TypeScript
== [http://ScreepsPl.us ScreepsPlus Hosted Grafana and other tools] ==
 
  +
* [https://github.com/admon84/screeps-autonomous-framework admon84: Screeps Autonomous Framework] - TypeScript
ScreepsPlus offers hosted grafana setups plus other utilities such as a badge generator.
 
   
== [https://github.com/screepers Screepers Communty Projects] ==
+
* [https://github.com/rustyscreeps/screeps-starter-rust rustyscreeps: Screeps Starter Rust] - Rust
  +
* [https://github.com/shixish/screeps-starter-rust shixish: Screeps Starter Rust] - Rust
Community projects including an interactive standalone console, various statistics trackers, and a variety of other tools.
 
== Youtube Screep's channels ==
 
   
  +
* [https://github.com/daboross/screeps-starter-python daboross: Screeps Starter Python] - Python
Dedicated Screeps players who offer content and tutorials for screeps
 
  +
* [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-typescript-starter Screepers: Screeps Arena TypeScript Starter] - TypeScript
[https://www.youtube.com/watch?v=edBMmOAfJ-Q&list=PL0EZQ169YGlor5rzeJEYYPE3tGYT2zGT2 th_pion]
 
  +
* [https://github.com/kounoike/screeps-arena-typescript-bun-starter kounoike: Screeps Arena TypeScript Bun Starter] - TypeScript
   
  +
* [https://github.com/rustyscreeps/screeps-arena-starter-rust rustyscreeps: Screeps Arena Starter Rust] - Rust
[https://www.youtube.com/watch?v=N7KMOG8C5vA&list=PLw9di5JwI6p-HUP0yPUxciaEjrsFb2kR2 Atanner Gaming]
 
   
  +
== Screeps API ==
[https://www.youtube.com/watch?v=dWP3VRKmV4Q&list=PL1m2M8LQlzfKndesWcReHzj9-zq1qP2CG Learn Code By Gaming]
 
   
  +
* [https://github.com/screepers/node-screeps-api Screepers: node-screeps-api] - Node.js
[https://www.youtube.com/watch?v=OhBLmkiTZe4&list=PLCRhjmqETCePxmtB2mKScrJB_SCAI6jqw KarateSnoopy]
 
   
  +
* [https://github.com/screepers/python-screeps Screepers: python-screeps] - Python
[https://www.youtube.com/watch?v=l15axxiSoz4 Marvin]
 
== Other Useful Tools ==
 
[https://screeps.admon.dev/building-planner Building planner]
 
   
[http://codepen.io/PhillipK/full/wzLaWJ Creep body calculator]
 
 
[[Category:Community]]
 
[[Category:Community]]

Revision as of 06:28, 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.

Official Docs

  • Screeps API - Reference manual describing game objects, methods and prototypes.
  • Screeps Docs - Documentation for game mechanics, gameplay, configuration, and other topics.

Lodash Docs

  • Lodash v3.10.1 - Documentation for the Lodash version available in Screeps.

Concepts

  • Great Filters - Reference that describes development approaches in Screeps.

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

Screeps Libs

Other Scripts

TypeScript Types

Starter Kits for Screeps World

Starter Kits for Screeps Arena

Screeps API