Search results
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. Justin Michael
Jul 9, 2022 · 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 game objects, methods and prototypes Contributed articles Read articles written by other players, or contribute your own Chat Join the game community on our Discord server Chinese version(中文) The unofficial Chinese version of this documentation translated and maintained by the community
Screeps is a multiplayer online real-time strategy game where players program units to conquer territory.
Jul 9, 2022 · Screeps is a massive multiplayer online real-time strategy game. Each player can create their own colony in a single persistent world shared by all the players. Such a colony can mine resources, build units, conquer territory. As you conquer more territory, your influence in the game world grows, as well as your abilities to expand your footprint.
Welcome, Screeps players, to the much-anticipated Season 5! We're about to embark on a new adventure, unveiling a fresh layer of strategy and rivalry in our world! This season, we're introducing a unique element - Thorium! This finite, non-renewable mineral is found in each room with a controller, adding an unprecedented dynamic to your Screeps ...
He decidido hacer una Guía en castellano para Screeps, pensando en los no iniciados en el juego y en especial en aquellos que no tengan acceso a la vasta cantidad información disponible en inglés. Dejo el enlace aquí y animo a cualquiera que lo desee a participar en ella. (I decided to write a guide to Screeps in spanish, thinking of people ...
Screeps Arena Preorder News & Announcements. 59. Categories. News & Announcements News posts discussion ...
Jul 9, 2022 · Resources | Screeps Documentation. There are 4 kinds of resources in the game: energy, minerals, power, and commodities. Resources can be harvested, processed, traded on the market, carried by creeps, and stored in structures. All resource kinds have different purposes, and you start playing only with access to the most basic one: energy.
Jul 9, 2022 · 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 even while you are offline (with the exception of the Simulation Room). Your game script is executed each game tick in a loop.
This is an early alpha release of our new open source project: Screeps IDE. It's a package for Atom editor which will become our officially recommended way to code for Screeps in the future. In this first iteration we're going to reimplement the same basic functionality from the in-game client IDE: Code editor with game API autocomplete;