
Screeps - MMO strategy sandbox game for programmers
Screeps is a fun game and has a unique angle to it. Using actual programming instead of a pseudo-language actually allows the players to focus on better coding habits and makes practice fun.
Overview | Screeps Documentation
Dec 11, 2025 · Welcome to the Screeps documentation. Get familiar with the game and explore our API: Tutorial Learn game basics step by step in our interactive tutorial API Reference Reference of all …
Introduction | Screeps Documentation
Dec 11, 2025 · Introduction What kind of game is Screeps Screeps is a massive multiplayer online real-time strategy game. Each player can create their own colony in a single persistent world shared by …
Screeps
Learn the basics of Screeps, a multiplayer online strategy game for programmers, through an interactive tutorial on coding and gameplay mechanics.
Organizing scripts using modules | Screeps Documentation
Dec 11, 2025 · For your convenience, you may divide your scripts into modules with the help of Node.js-like syntax – the require function and the module.exports object. For example, you can create a …
Third Party Tools - Screeps Documentation
Dec 11, 2025 · Screeps has a rich third party development community which have built a number of tools, libraries and web applications. If you have a tool not listed here, feel free to edit this article. …
Is it worth start playing? : r/screeps - Reddit
Nov 16, 2020 · Hi, I was wondering if this game is worth playing. Is there a lot of players? Is it very active? Does the game get boring? I know coding is the base…
Scripting Basics - Screeps Documentation
Dec 11, 2025 · Scripting Basics Writing scripts for Screeps is similar to writing any other JavaScript application. You write your scripts in a special in-game editor, and they are executed continuously …
Screeps Blog
Aug 31, 2019 · Use npm install screeps@ptr in order to install the supported server branch. Third-party GUI utilities You can integrate the renderer library to your own application which would display …
Screeps Documentation
Game The main global game object containing all the game play information.