Skip to content
Warren Earle edited this page Jun 21, 2016 · 6 revisions

Welcome to the tutorial-scripts wiki!

The content of this wiki is available in an interactive format on the screeps website and steam game This tutorial will help you learn basic game concepts step by step. You can take it later, The screeps developers advise you to do it now, before you start a real game.The tutorial is carried out in simulation mode.

Game UI and basic scripting

Screeps is a game for programmers. If you don't know how to code in JavaScript, you can learn the fundamentals of JavaScript at the Code Academy free courses https://www.codecademy.com/learn/javascript

The game world consists of multiple playing fields and a single playingfield is called a "room". In the real game, rooms are connected to each other with exits, but in the simulation mode only one room is available to you.

Clone this wiki locally