Skip to content
Warren Earle edited this page Jun 22, 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. 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

Tutorial 1

Game World

Creeps

Understanding game loop, time and ticks.

Global Control

Tutorial 2